Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the translation error on 'succesfully' #1832

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
},
"completeCheckoutProcess": {
"title": "I confirm that I have a complete checkout process",
"description": "Users need to be able to successully complete purchase process.",
"description": "Users need to be able to successfully complete purchase process.",
"link": "Learn about checkout requirements"
},
"websiteURL": "Website URL",
Expand Down Expand Up @@ -1124,7 +1124,7 @@
"textDisconnectMCA": "Disconnecting your Merchant Center will remove access to your Google Ads in this module and pause any running campaign. ",
"textoverwrite": "Overwriting existing claim will deactivate your previous account and pause existing campaigns tied to that account- free listings and Shopping campaigns. \nIf you are running a different Shopping campaign, we recommend pausing it.",
"titleCancelWithoutSaving": "Cancel without saving?",
"textCancelProductFeed": "You will lose all unsaved changes if you continue. To successully submit your product data to Google, you need to complete all steps.",
"textCancelProductFeed": "You will lose all unsaved changes if you continue. To successfully submit your product data to Google, you need to complete all steps.",
"titleQuitWithoutSaving": "Quit without saving?",
"titleOverwriteProductFeed": "Overwrite existing product feed?",
"textOverwriteProductFeed": "Overwriting your existing product feed will delete it. You will need to configure new product feed.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@
"textDisconnectMCA": "Deconectarea Merchant Center va elimina accesul la Google Ads din acest modul și va întrerupe orice campanie în desfășurare. ",
"textoverwrite": "Suprascrierea revendicării existente îți va dezactiva contul anterior și va întrerupe campaniile existente legate de acel cont: listările gratuite și campaniile pentru Shopping. \nDacă desfășori o altă campanie pentru Shopping, îți recomandăm să o întrerupi.",
"titleCancelWithoutSaving": "Anulezi fără să salvezi?",
"textCancelProductFeed": "You will lose all unsaved changes if you continue. To successully submit your product data to Google, you need to complete all steps.",
"textCancelProductFeed": "You will lose all unsaved changes if you continue. To successfully submit your product data to Google, you need to complete all steps.",
"titleQuitWithoutSaving": "Ieși fără a salva?",
"titleOverwriteProductFeed": "Suprascrii fluxul de produse existent?",
"textOverwriteProductFeed": "Suprascrierea fluxului de produse existent îl va șterge. Va trebui să configurezi fluxul nou de produse.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@
"textDisconnectMCA": "Отключение Merchant Center приведет к удалению доступа к объявлениям Google Ads в этом модуле и приостановке любой запущенной кампании. ",
"textoverwrite": "Перезапись существующего заявления приведет к деактивации вашей предыдущей учетной записи и приостановке существующих кампаний, связанных с этой учетной записью - бесплатных объявлений и кампаний Shopping. \nЕсли вы запускаете другую кампанию Shopping, мы рекомендуем приостановить ее.",
"titleCancelWithoutSaving": "Отменить без сохранения?",
"textCancelProductFeed": "You will lose all unsaved changes if you continue. To successully submit your product data to Google, you need to complete all steps.",
"textCancelProductFeed": "You will lose all unsaved changes if you continue. To successfully submit your product data to Google, you need to complete all steps.",
"titleQuitWithoutSaving": "Выйти из игры без сохранения?",
"titleOverwriteProductFeed": "Переписать существующую ленту продуктов?",
"textOverwriteProductFeed": "Перезапись существующей ленты товаров приведет к ее удалению. Вам необходимо настроить новую ленту продуктов.",
Expand Down
Loading