From ed82126e041e30fb0d345d8a30e302e7eea1f23b Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 10 Jan 2022 12:14:46 +0300 Subject: [PATCH] Added `laravel/ui` --- app/main/Processors/Packages.php | 1 + app/main/Support/Finder.php | 2 +- composer.json | 1 + locales/af/af.json | 8 ++++++++ locales/ar/ar.json | 8 ++++++++ locales/az/az.json | 8 ++++++++ locales/be/be.json | 8 ++++++++ locales/bg/bg.json | 8 ++++++++ locales/bn/bn.json | 8 ++++++++ locales/bs/bs.json | 8 ++++++++ locales/ca/ca.json | 8 ++++++++ locales/cs/cs.json | 8 ++++++++ locales/cy/cy.json | 8 ++++++++ locales/da/da.json | 8 ++++++++ locales/de/de.json | 8 ++++++++ locales/de_CH/de_CH.json | 8 ++++++++ locales/el/el.json | 8 ++++++++ locales/es/es.json | 8 ++++++++ locales/et/et.json | 8 ++++++++ locales/eu/eu.json | 8 ++++++++ locales/fa/fa.json | 8 ++++++++ locales/fi/fi.json | 8 ++++++++ locales/fil/fil.json | 8 ++++++++ locales/fr/fr.json | 8 ++++++++ locales/gl/gl.json | 8 ++++++++ locales/gu/gu.json | 8 ++++++++ locales/he/he.json | 8 ++++++++ locales/hi/hi.json | 8 ++++++++ locales/hr/hr.json | 8 ++++++++ locales/hu/hu.json | 8 ++++++++ locales/hy/hy.json | 8 ++++++++ locales/id/id.json | 8 ++++++++ locales/is/is.json | 8 ++++++++ locales/it/it.json | 8 ++++++++ locales/ja/ja.json | 8 ++++++++ locales/ka/ka.json | 8 ++++++++ locales/kk/kk.json | 8 ++++++++ locales/km/km.json | 8 ++++++++ locales/kn/kn.json | 8 ++++++++ locales/ko/ko.json | 8 ++++++++ locales/lt/lt.json | 8 ++++++++ locales/lv/lv.json | 8 ++++++++ locales/mk/mk.json | 8 ++++++++ locales/mn/mn.json | 8 ++++++++ locales/mr/mr.json | 8 ++++++++ locales/ms/ms.json | 8 ++++++++ locales/nb/nb.json | 8 ++++++++ locales/ne/ne.json | 8 ++++++++ locales/nl/nl.json | 8 ++++++++ locales/nn/nn.json | 8 ++++++++ locales/oc/oc.json | 8 ++++++++ locales/pl/pl.json | 8 ++++++++ locales/ps/ps.json | 8 ++++++++ locales/pt/pt.json | 8 ++++++++ locales/pt_BR/pt_BR.json | 8 ++++++++ locales/ro/ro.json | 8 ++++++++ locales/ru/ru.json | 8 ++++++++ locales/sc/sc.json | 8 ++++++++ locales/si/si.json | 8 ++++++++ locales/sk/sk.json | 8 ++++++++ locales/sl/sl.json | 8 ++++++++ locales/sq/sq.json | 8 ++++++++ locales/sr_Cyrl/sr_Cyrl.json | 8 ++++++++ locales/sr_Latn/sr_Latn.json | 8 ++++++++ locales/sr_Latn_ME/sr_Latn_ME.json | 8 ++++++++ locales/sv/sv.json | 8 ++++++++ locales/sw/sw.json | 8 ++++++++ locales/tg/tg.json | 8 ++++++++ locales/th/th.json | 8 ++++++++ locales/tk/tk.json | 8 ++++++++ locales/tl/tl.json | 8 ++++++++ locales/tr/tr.json | 8 ++++++++ locales/ug/ug.json | 8 ++++++++ locales/uk/uk.json | 8 ++++++++ locales/ur/ur.json | 8 ++++++++ locales/uz_Cyrl/uz_Cyrl.json | 8 ++++++++ locales/uz_Latn/uz_Latn.json | 8 ++++++++ locales/vi/vi.json | 8 ++++++++ locales/zh_CN/zh_CN.json | 8 ++++++++ locales/zh_HK/zh_HK.json | 8 ++++++++ locales/zh_TW/zh_TW.json | 8 ++++++++ source/packages/ui.json | 22 ++++++++++++++++++++++ 82 files changed, 649 insertions(+), 1 deletion(-) create mode 100644 source/packages/ui.json diff --git a/app/main/Processors/Packages.php b/app/main/Processors/Packages.php index e3d76566c41..72181420c7d 100644 --- a/app/main/Processors/Packages.php +++ b/app/main/Processors/Packages.php @@ -11,6 +11,7 @@ class Packages extends Processor 'laravel/breeze' => 'packages/breeze.json', 'laravel/fortify' => 'packages/fortify.json', 'laravel/jetstream' => 'packages/jetstream.json', + 'laravel/ui' => 'packages/ui.json', ]; public function run(): void diff --git a/app/main/Support/Finder.php b/app/main/Support/Finder.php index 4c67a38f818..cf0b094ec5d 100644 --- a/app/main/Support/Finder.php +++ b/app/main/Support/Finder.php @@ -9,7 +9,7 @@ class Finder { use Makeable; - protected array $names = ['*.php', '*.json', '*.js', '*.vue']; + protected array $names = ['*.php', '*.json', '*.js', '*.vue', '*.stub']; protected array $contains = ['__(', 'trans(', '@lang(', 'Lang::get(']; diff --git a/composer.json b/composer.json index 4052bfb7a34..b6d9baa30a7 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "laravel/breeze": "^1.2", "laravel/fortify": "^1.7", "laravel/jetstream": "^2.3", + "laravel/ui": "^3.4", "phpunit/phpunit": "^9.5", "symfony/finder": "^5.2", "symfony/var-dumper": "^5.2", diff --git a/locales/af/af.json b/locales/af/af.json index 869eca25787..e9713bef589 100644 --- a/locales/af/af.json +++ b/locales/af/af.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Besonderhede", ":resource Details: :title": ":resource Besonderhede: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "'N Nuwe verifikasieskakel is gestuur na die e-posadres wat u tydens registrasie voorsien het.", "Accept Invitation": "Aanvaar uitnodiging", "Action": "Aksie", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesj", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Wit-rusland", "Belgium": "België", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Kies Die Tipe", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Klik om te kies", "Close": "Maak toe", "Cocos (Keeling) Islands": "Cocos (Keeling) Eilande", @@ -187,6 +190,7 @@ "Done.": "Klaar.", "Download": "Aflaai", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Wysig", "Edit :resource": "Wysig :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "As u reeds 'n rekening het, kan u hierdie uitnodiging aanvaar deur op die onderstaande knoppie te klik:", "If you did not create an account, no further action is required.": "As u nie 'n rekening geskep het nie, is geen verdere optrede nodig nie.", "If you did not expect to receive an invitation to this team, you may discard this email.": "As u nie verwag het om 'n uitnodiging aan hierdie span te ontvang nie, kan u hierdie e-pos weggooi.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "As u nie 'n wagwoordregstelling gevra het nie, is geen verdere optrede nodig nie.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "As u nie 'n rekening het nie, kan u een skep deur op die knoppie hieronder te klik. Nadat u 'n rekening geskep het, kan u die uitnodigingsknoppie in hierdie e-pos klik om die spanuitnodiging te aanvaar:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Klik op die onderstaande knoppie om u e-posadres te verifieer.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bevestig asseblief toegang tot u rekening deur een van u noodherstelkodes in te voer.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bevestig asseblief toegang tot u rekening deur die verifikasiekode in te voer wat deur u verifikasie-toepassing verskaf word.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopieer asseblief u nuwe API-token. Vir u veiligheid sal dit nie weer gewys word nie.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Tik jou wagwoord te bevestig wat jy wil om aan te meld uit jou ander leser sessies oor al jou toestelle.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela", "Verify Email Address": "Bevestig e-posadres", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Kyk", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "U ontvang hierdie e-pos omdat ons 'n versoek vir die herstel van wagwoord vir u rekening ontvang het.", "You have been invited to join the :team team!": "U is uitgenooi om by die: team span aan te sluit!", "You have enabled two factor authentication.": "U het tweefaktorautifikasie geaktiveer.", diff --git a/locales/ar/ar.json b/locales/ar/ar.json index 8bad4871595..941498a9eb2 100644 --- a/locales/ar/ar.json +++ b/locales/ar/ar.json @@ -6,6 +6,7 @@ ":days day trial": ":days يوم تجريبي", ":resource Details": "تفاصيل :resource", ":resource Details: :title": "تفاصيل :resource: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "تم إرسال رابط تحقق جديد إلى عنوان البريد الإلكتروني الذي قمت بالتسجيل به.", "Accept Invitation": "قبول الدعوة", "Action": "الإجراء", @@ -80,6 +81,7 @@ "Bahrain": "البحرين", "Bangladesh": "بنغلاديش", "Barbados": "بربادوس", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "بيلاروس", "Belgium": "بلجيكا", "Belize": "بليز", @@ -125,6 +127,7 @@ "Choose Type": "اختر نوع", "Christmas Island": "جزيرة كريسماس", "City": "المدينة", + "click here to request another": "click here to request another", "Click to choose": "اضغط للاختيار", "Close": "إغلاق", "Cocos (Keeling) Islands": "جزر كوكوس (كيلينغ)", @@ -187,6 +190,7 @@ "Done.": "تم.", "Download": "تحميل", "Download Receipt": "تنزيل الإيصال", + "E-Mail Address": "E-Mail Address", "Ecuador": "الإكوادور", "Edit": "تعديل", "Edit :resource": "تعديل :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "إذا كان لديك حساب بالفعل، فيمكنك قبول هذه الدعوة بالضغط على الزر أدناه:", "If you did not create an account, no further action is required.": "إذا لم تقم بإنشاء حساب ، فلا يلزم اتخاذ أي إجراء آخر.", "If you did not expect to receive an invitation to this team, you may discard this email.": "إذا لم تتوقع تلقي دعوة إلى هذا الفريق، فيمكنك تجاهل هذا البريد الإليكتروني.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "إذا لم تقم بطلب استعادة كلمة المرور، لا تحتاج القيام بأي إجراء.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "إذا لم يكن لديك حساب، يمكنك إنشاء حساب بالضغط على الزر أدناه. بعد إنشاء حساب، يمكنك الضغط على زر قبول الدعوة في هذا البريد الإليكتروني لقبول دعوة الفريق:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "إذا كنت بحاجة إلى إضافة معلومات اتصال أو معلومات ضريبية محددة إلى إيصالاتك، مثل اسم العمل بالكامل، رقم تعريف ضريبة القيمة المضافة، أو عنوان السجل، فيمكنك إضافته هنا.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "يرجى النقر على الزر أدناه للتحقق من عنوان بريدك الإلكتروني.", "Please confirm access to your account by entering one of your emergency recovery codes.": "يرجى تأكيد الوصول إلى حسابك عن طريق إدخال أحد رموز الاسترداد المخصصة لحالات الطوارئ.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "يرجى تأكيد الوصول إلى حسابك عن طريق إدخال رمز المصادقة المقدم من تطبيق المصادقة الخاص بك.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "يرجى نسخ رمز API الجديد الخاص بك. من أجل أمانك، لن يتم عرضه مرة أخرى.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "الرجاء إدخال كلمة المرور الخاصة بك لتأكيد رغبتك في تسجيل الخروج من جلسات المتصفح الأخرى عبر جميع أجهزتك.", "Please provide a maximum of three receipt emails addresses.": "يرجى كتابة ثلاثة عناوين بريد إلكتروني كحد أقصى للاستلام.", @@ -666,6 +672,7 @@ "Venezuela": "فنزويلا", "Venezuela, Bolivarian Republic of": "فنزويلا", "Verify Email Address": "التحقق من عنوان البريد الإلكتروني", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "فيتنام", "View": "عرض", "View Receipt": "عرض الإيصال", @@ -692,6 +699,7 @@ "Yes": "نعم", "You are already subscribed.": "أنت مشترك مسبقاً.", "You are currently within your free trial period. Your trial will expire on :date.": "أنت الآن ضمن الفترة التجريبية المجانية. ستنتهي الفترة التجريبية الخاصة بك في :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "لقد استلمت هذا الإيميل لأننا استقبلنا طلباً لاستعادة كلمة مرور حسابك.", "You have been invited to join the :team team!": "لقد تمت دعوتك للإنضمام إلى فريق :team!", "You have enabled two factor authentication.": "لقد قمت بتمكين المصادقة الثنائية.", diff --git a/locales/az/az.json b/locales/az/az.json index 7eb0c1ff176..51b1fa77d3a 100644 --- a/locales/az/az.json +++ b/locales/az/az.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Ətraflı", ":resource Details: :title": ":resource ətraflı: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Yeni yoxlama linki qeydiyyatdan keçərkən göstərdiyiniz e-poçt ünvanına göndərildi.", "Accept Invitation": "Dəvəti Qəbul", "Action": "Hərəkət", @@ -80,6 +81,7 @@ "Bahrain": "Bəhreyn", "Bangladesh": "Banqladeş", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belçika", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Növü Seçin", "Christmas Island": "Milad Adası", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Seçmək üçün basın", "Close": "Bağlamaq", "Cocos (Keeling) Islands": "Kokos (Keeling) Adaları", @@ -187,6 +190,7 @@ "Done.": "Made.", "Download": "Yüklə", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvador", "Edit": "Redaktə", "Edit :resource": "Redaktə :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Əgər siz artıq bir hesabınız varsa, aşağıdakı ' düyməsinə tıklayarak bu dəvəti qəbul edə bilərsiniz:", "If you did not create an account, no further action is required.": "Bir haqq-hesab yaratmadıysanız, heç bir əlavə fəaliyyət tələb olunur.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Əgər Siz bu komandaya dəvət almamısınızsa, bu məktubdan imtina edə bilərsiniz.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Siz parol sıfırlama tələb halda, heç bir daha tədbirlər tələb olunur.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Hesabınız yoxdursa, aşağıdakı düyməni basaraq onu yarada bilərsiniz. Bir haqq-hesab yaratmaq sonra siz dəvət qəbul etmək üçün bu e-poçt dəvət qəbul düyməsini basın bilərsiniz:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Xahiş edirik e-poçt ünvanınızı təsdiqləmək üçün aşağıdakı düyməni basın.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Sizin təcili bərpa kodları bir girerek hesabınıza daxil təsdiq edin.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Xahiş edirik təsdiqləyin ki, autentifikasiya kodunu daxil edərək hesabınıza daxil olun-autentifikator proqramınız tərəfindən verilən identifikasiyası kodunu daxil edin.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Yeni API Token surəti edin. Təhlükəsizliyiniz üçün artıq göstərilməyəcək.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Bütün cihazlarınızdakı digər brauzer sessiyalarından çıxmaq istədiyinizi təsdiq etmək üçün şifrənizi daxil edin.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venesuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "E-Poçt Ünvanınızı Yoxlayın", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Bax", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Bəli", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Bu məktubu əldə edirsiniz, çünki hesabınız üçün parol sıfırlama tələbi aldıq.", "You have been invited to join the :team team!": ":team komandasına qoşulmağa dəvət olundu!", "You have enabled two factor authentication.": "İki faktorlu identifikasiyası daxil etdiniz.", diff --git a/locales/be/be.json b/locales/be/be.json index 28f5dcbf8ab..c7fc315c142 100644 --- a/locales/be/be.json +++ b/locales/be/be.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource падрабязнасці", ":resource Details: :title": ":resource дэталі: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Новая праверачная спасылка была адпраўлена на адрас электроннай пошты, паказаны Вамі пры рэгістрацыі.", "Accept Invitation": "Прыняць Запрашэнне", "Action": "Дзеянне", @@ -80,6 +81,7 @@ "Bahrain": "Бахрэйн", "Bangladesh": "Бангладэш", "Barbados": "Барбадас", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Беларусь", "Belgium": "Бельгія", "Belize": "Беліз", @@ -125,6 +127,7 @@ "Choose Type": "Выберыце Тып", "Christmas Island": "Востраў Раства", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Націсніце, каб выбраць", "Close": "Закрываць", "Cocos (Keeling) Islands": "Какос (Кілінг) Астравы", @@ -187,6 +190,7 @@ "Done.": "Зроблены.", "Download": "Скачаць", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Эквадор", "Edit": "Рэдагаваць", "Edit :resource": "Праўка :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Калі ў вас ужо ёсць уліковы запіс, вы можаце прыняць гэта запрашэнне, націснуўшы на кнопку ніжэй:", "If you did not create an account, no further action is required.": "Калі вы не стварылі ўліковы запіс, ніякіх далейшых дзеянняў не патрабуецца.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Калі вы не чакалі атрымаць запрашэнне ў гэтую каманду, вы можаце адмовіцца ад гэтага ліста.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Калі вы не запыталі Скід пароля, ніякіх далейшых дзеянняў не патрабуецца.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Калі ў вас няма ўліковага запісу, вы можаце стварыць яе, націснуўшы на кнопку ніжэй. Пасля стварэння ўліковага запісу вы можаце націснуць кнопку прыняцця Запрашэння ў гэтым лісце, каб прыняць запрашэнне каманды:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Калі ласка, націсніце кнопку ніжэй, каб пацвердзіць свой адрас электроннай пошты.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Калі ласка, пацвердзіце доступ да вашай ўліковага запісу, увёўшы адзін з вашых кодаў аварыйнага аднаўлення.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Калі ласка, пацвердзіце доступ да свайго ўліковага запісу, увёўшы код аўтэнтыфікацыі, прадстаўлены вашым дадаткам-аутентификатором.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Калі ласка, скапіюйце ваш новы маркер API. Для вашай бяспекі ён больш не будзе паказаны.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Калі ласка, увядзіце свой пароль, каб пацвердзіць, што вы хочаце выйсці з іншых сеансаў браўзэра на ўсіх вашых прыладах.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венесуэла", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Праверце Адрас Электроннай Пошты", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Глядзець", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Так", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Вы атрымліваеце гэты ліст, таму што мы атрымалі запыт на Скід пароля для вашага ўліковага запісу.", "You have been invited to join the :team team!": "Вас запрасілі далучыцца да каманды :team!", "You have enabled two factor authentication.": "Вы ўключылі двухфакторную аўтэнтыфікацыю.", diff --git a/locales/bg/bg.json b/locales/bg/bg.json index 2d915341ffc..73ea741b619 100644 --- a/locales/bg/bg.json +++ b/locales/bg/bg.json @@ -6,6 +6,7 @@ ":days day trial": ":days дни пробен период", ":resource Details": ":resource детайли", ":resource Details: :title": ":resource детайли: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Нова връзка за потвърждение е изпратена на имейл адреса, посочен от вас при регистрацията.", "Accept Invitation": "Приемане На Поканата", "Action": "Действие", @@ -80,6 +81,7 @@ "Bahrain": "Бахрейн", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Белорусия", "Belgium": "Белгия", "Belize": "Белиз", @@ -125,6 +127,7 @@ "Choose Type": "Избера", "Christmas Island": "Остров Коледа", "City": "Град", + "click here to request another": "click here to request another", "Click to choose": "Кликнете, за да изберете", "Close": "Затвори", "Cocos (Keeling) Islands": "Кокос (Кийлинг) Острови", @@ -187,6 +190,7 @@ "Done.": "Направя.", "Download": "Изтегля", "Download Receipt": "Изтегли разписка", + "E-Mail Address": "E-Mail Address", "Ecuador": "Еквадор", "Edit": "Редактирам", "Edit :resource": "Субтитри:", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ако вече имате профил, можете да приемете тази покана, като кликнете върху бутона по-долу:", "If you did not create an account, no further action is required.": "Ако не сте създали профил, не са необходими допълнителни действия.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако не сте очаквали да получите покана за този отбор, можете да се откажете от това писмо.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ако не сте поискали Нулиране на паролата, не са необходими допълнителни действия.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако нямате профил, можете да го създадете, като кликнете върху бутона по-долу. След като създадете профил, можете да кликнете върху бутона за приемане на покана в този имейл, за да приемете поканата на екипа:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Ако трябва да добавите конкретна информация за контакт или данъчна информация към вашите разписки, като пълното ви или фирменото име, идентификационен номер за целите на ДДС или адрес на регистрация, можете да я добавите тук.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Моля, кликнете върху бутона по-долу, за да потвърдите имейл адреса си.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Моля, потвърдете достъпа до профила си, като въведете един от кодовете за възстановяване при бедствия.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Моля, потвърдете достъпа до профила си, като въведете кода за удостоверяване, предоставен от вашето приложение за удостоверяване.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Моля, копирайте новия си API знак. За вашата безопасност, тя вече няма да бъде показана.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Моля, въведете паролата си, за да потвърдите, че искате да излезете от други сесии на браузъра на всичките си устройства.", "Please provide a maximum of three receipt emails addresses.": "Моля, посочете за получатели до три имейл адреса.", @@ -666,6 +672,7 @@ "Venezuela": "Венецуела", "Venezuela, Bolivarian Republic of": "Боливарска република Венецуела", "Verify Email Address": "Потвърди имейл адреса", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Виетнам", "View": "Виж", "View Receipt": "Вижте разписката", @@ -692,6 +699,7 @@ "Yes": "А", "You are already subscribed.": "Вече сте абонирани.", "You are currently within your free trial period. Your trial will expire on :date.": "В момента тече вашия безплатен пробен период. Вашия пробен период ще изтече на :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Получавате този имейл, защото сте заявили искане за нулиране на паролата за профила ви.", "You have been invited to join the :team team!": "Вие сте поканени да се присъедините към екип :team!", "You have enabled two factor authentication.": "Включихте двуфакторно удостоверяване.", diff --git a/locales/bn/bn.json b/locales/bn/bn.json index acf55d05b91..f41200351b6 100644 --- a/locales/bn/bn.json +++ b/locales/bn/bn.json @@ -6,6 +6,7 @@ ":days day trial": ":days দিনের ট্রায়াল", ":resource Details": ":resource বিস্তারিত", ":resource Details: :title": ":resource বিবরণ: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "একটি নতুন যাচাইকরণ লিঙ্ক আপনার রেজিস্ট্রেশন করার সময় দেওয়া ইমেইল ঠিকানায় পাঠানো হয়েছে।", "Accept Invitation": "আমন্ত্রণ গ্রহণ", "Action": "কাজ", @@ -80,6 +81,7 @@ "Bahrain": "বাহরাইন", "Bangladesh": "বাংলাদেশ", "Barbados": "বার্বাডোস", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "বেলারুশ", "Belgium": "বেলজিয়াম", "Belize": "আফগানিস্তান", @@ -125,6 +127,7 @@ "Choose Type": "ধরন বেছে নিন", "Christmas Island": "ক্রিসমাস দ্বীপ", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "নির্বাচনের জন্য ক্লিক করুন", "Close": "বন্ধ", "Cocos (Keeling) Islands": "কোকোস (কিলিং) দ্বীপপুঞ্জ", @@ -187,6 +190,7 @@ "Done.": "হয়ে যাবে", "Download": "ডাউনলোড করো", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "ক্যাম্বোডিয়া", "Edit": "সম্পাদনা", "Edit :resource": "সম্পাদনা :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "যদি আপনি ইতিমধ্যে একটি একাউন্ট আছে, আপনি নিচের বাটনে ক্লিক করে এই আমন্ত্রণ গ্রহণ করতে পারে:", "If you did not create an account, no further action is required.": "আপনি যদি একটি একাউন্ট তৈরি না করে থাকেন তাহলে, কোনো পদক্ষেপ প্রয়োজন বোধ করা হয়.", "If you did not expect to receive an invitation to this team, you may discard this email.": "আপনি যদি এই দলের একটি আমন্ত্রণ গ্রহণ না আশা, আপনি এই ইমেইল বাতিল করতে পারে.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "আপনি একটি পাসওয়ার্ড রিসেট অনুরোধ না করে থাকেন তাহলে, কোনো পদক্ষেপ প্রয়োজন বোধ করা হয়.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "আপনি যদি কোন একাউন্ট না থাকে, আপনি নিচের বাটনে ক্লিক করে এক তৈরি করতে পারেন. একটি অ্যাকাউন্ট তৈরি করার পর, আপনি দলের আমন্ত্রণ গ্রহণ করার জন্য এই ইমেইল আমন্ত্রণ গ্রহণযোগ্যতা বাটন ক্লিক করতে পারেন:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "আপনার ইমেল ঠিকানা যাচাই করার জন্য নিচের বাটনে ক্লিক করুন.", "Please confirm access to your account by entering one of your emergency recovery codes.": "আপনার জরুরী পুনরুদ্ধারের কোড এক লিখে আপনার অ্যাকাউন্টে অ্যাক্সেস নিশ্চিত করুন.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "আপনার প্রমাণকারী অ্যাপ্লিকেশনের দ্বারা প্রদত্ত প্রমাণীকরণ কোড লিখে আপনার অ্যাকাউন্টে অ্যাক্সেস নিশ্চিত করুন.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "আপনার নতুন এপিআই টোকেন কপি করুন. আপনার নিরাপত্তার জন্য, এটা আবার দেখানো হবে না.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "আপনি আপনার ডিভাইসের সমস্ত জুড়ে আপনার অন্য ব্রাউজার সেশন লগ আউট করতে চান তা নিশ্চিত করার জন্য আপনার পাসওয়ার্ড লিখুন.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "তাইওয়ান", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ই-মেইল ঠিকানা যাচাই করুন", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "প্রদর্শন", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "হ্যাঁ", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "আমরা আপনার অ্যাকাউন্টের জন্য একটি পাসওয়ার্ড রিসেট অনুরোধ পেয়েছি, কারণ আপনি এই ইমেইল পাচ্ছেন.", "You have been invited to join the :team team!": "আপনি :team দলের যোগদানের জন্য আমন্ত্রণ জানানো হয়েছে!", "You have enabled two factor authentication.": "আপনি দুটি ফ্যাক্টর প্রমাণীকরণ সক্রিয় আছে.", diff --git a/locales/bs/bs.json b/locales/bs/bs.json index 8f7917046c1..fe8f21cc16d 100644 --- a/locales/bs/bs.json +++ b/locales/bs/bs.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource detalji", ":resource Details: :title": ":resource detalji: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Nova verifikacijska veza je poslana na email adresu koju ste dali tokom registracije.", "Accept Invitation": "Prihvati Poziv", "Action": "Akcija", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangalore", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "België", "Belgium": "Belgija", "Belize": "Beliz", @@ -125,6 +127,7 @@ "Choose Type": "Izaberite Tip", "Christmas Island": "Božićni Otok", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Kliknite za otvaranje", "Close": "_zatvori", "Cocos (Keeling) Islands": "Cocos Island", @@ -187,6 +190,7 @@ "Done.": "Gotovo.", "Download": "Preuzmi", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvador", "Edit": "Izmijeni", "Edit :resource": "Uredite :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ako već imate račun, možete prihvatiti ovaj poziv pritiskom na dugme ispod:", "If you did not create an account, no further action is required.": "Ako niste napravili račun, nema potrebe za daljnjom akcijom.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ako niste očekivali da ćete dobiti poziv za ovaj tim, možete odbaciti ovaj e-mail.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ako niste tražili password reset, nema potrebne daljnje akcije.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ako nemate račun, možete ga stvoriti pritiskom na dugme ispod. Nakon što napravite račun, možete kliknuti na dugme za prihvaćanje poziva u ovom e-mailu da prihvatite poziv tima:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Pritisnite dugme da provjerite vašu email adresu.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Molim vas potvrdite pristup vašem računu ukucavanjem jednog od vaših šifri za spašavanje.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrdite pristup vašem računu unesenjem autentičnijeg koda.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Molim vas, prepišite vaš novi API token. Zbog vaše sigurnosti, neće se više prikazivati.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Unesite šifru za kojom želite da se odjavite iz vašeg drugog preglednika preko svih vaših uređaja.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venecuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Provjeri Email Adresu", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Pogled", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Da.", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Primate ovaj e-mail jer smo primili zahtjev za resetovanje lozinke za vas racun.", "You have been invited to join the :team team!": "Pozvani ste da se pridružite timu :team!", "You have enabled two factor authentication.": "Imate omogućenu dva faktora autentifikacije.", diff --git a/locales/ca/ca.json b/locales/ca/ca.json index ca5b8a1895c..86181ac9cfd 100644 --- a/locales/ca/ca.json +++ b/locales/ca/ca.json @@ -6,6 +6,7 @@ ":days day trial": "prova per :days days", ":resource Details": ":resource Detalls", ":resource Details: :title": ":resource Detalls: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Un nou enllaç de verificació ha estat enviat a l'adreça electrònica que heu proporcionat durant el registre.", "Accept Invitation": "Acceptar La Invitació", "Action": "Acció", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangla desh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorússia", "Belgium": "Bèlgica", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Esculli El Tipus De", "Christmas Island": "Illa De Nadal", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Feu clic a escollir", "Close": "Tancar", "Cocos (Keeling) Islands": "Illa Del Coco (Keeling) Illes", @@ -187,6 +190,7 @@ "Done.": "Fet.", "Download": "Descarregar", "Download Receipt": "Descarregar rebut", + "E-Mail Address": "E-Mail Address", "Ecuador": "L'equador", "Edit": "Edita", "Edit :resource": "Edita :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Si ja teniu un compte, podeu acceptar aquesta invitació fent clic al botó de sota:", "If you did not create an account, no further action is required.": "Si no heu creat cap compte, no es requereix cap acció adicional.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Si no heu d'esperar a rebre una invitació per a aquest equip, pot descartar aquest correu electrònic.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Si no heu sol·licitat el restabliment de la contrasenya, obvieu aquest correu electrònic.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Si no disposeu d'un compte, podeu crear un fent clic al botó de sota. Després de crear un compte, vostè pot fer clic a la invitació acceptació botó en aquest email per acceptar l'equip invitació:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Si necessita afegir informació de contacte específica o d'ompostos als seus rebuts, com el seu nom comercial complet, número d'identificaió VAT o adeça de registre, pot afegir-ho aquí.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Si us plau, feu clic al botó inferior per verificar la vostra adreça electrònica.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Si us plau, confirmeu l'accés al vostre compte per entrar a una de les emergències codis de recuperació.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Si us plau, confirmeu l'accés al vostre compte introduint el codi d'autenticació proporcionat per la vostra aplicació de google authenticator.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Si us plau, copia la seva nova API token. Per a la seva seguretat, no es mostrarà de nou.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Si us plau, introduïu la vostra contrasenya per confirmar que voleu sortir de les altres sessions del navegador a través de tots els dispositius.", "Please provide a maximum of three receipt emails addresses.": "Proporcioni un màxim de tres adreces per rebre correu electrònic.", @@ -666,6 +672,7 @@ "Venezuela": "Veneçuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Confirmeu la vostra adreça electrònica", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vista", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Sí", "You are already subscribed.": "Vostè ja està inscrit.", "You are currently within your free trial period. Your trial will expire on :date.": "Actualment es troba dins el període de prova gratuit. La sva prova vencerà el :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Heu rebut aquest correu electrònic perquè s'ha solicitat el restabliment de la contrasenya per al vostre compte.", "You have been invited to join the :team team!": "Vostè ha estat convidat a unir-se a la :team equip!", "You have enabled two factor authentication.": "S'ha activat dues factor d'autenticació.", diff --git a/locales/cs/cs.json b/locales/cs/cs.json index 2cab2f18dbf..942344f3494 100644 --- a/locales/cs/cs.json +++ b/locales/cs/cs.json @@ -6,6 +6,7 @@ ":days day trial": ":days dní na vyzkoušení", ":resource Details": ":resource podrobnosti", ":resource Details: :title": ":resource podrobnosti: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Na e-mailovou adresu, kterou jste uvedli při registraci, byl zaslán nový ověřovací odkaz.", "Accept Invitation": "Přijmout pozvání", "Action": "Akce", @@ -80,6 +81,7 @@ "Bahrain": "Bahrajn", "Bangladesh": "Bangladéš", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bělorusko", "Belgium": "Belgie", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Vyberte typ", "Christmas Island": "Vánoční Ostrov", "City": "Město", + "click here to request another": "click here to request another", "Click to choose": "Klikněte pro výběr", "Close": "Uzavřít", "Cocos (Keeling) Islands": "Cocos (Keeling) Ostrovy", @@ -187,6 +190,7 @@ "Done.": "Hotovo.", "Download": "Stáhnout", "Download Receipt": "Stáhnout Účtenku", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvádor", "Edit": "Upravit", "Edit :resource": "Upravit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Pokud již máte účet, můžete tuto pozvánku přijmout kliknutím na tlačítko níže:", "If you did not create an account, no further action is required.": "Pokud jste nevytvořili účet, není třeba provádět žádné další akce.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Pokud jste neočekávali, že obdržíte pozvánku do tohoto týmu, můžete tento e-mail zrušit.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Pokud jste nežádali o obnovení hesla, zprávu smažte. Původní heslo zůstalo beze změny.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Pokud nemáte účet, můžete jej vytvořit kliknutím na tlačítko níže. Po vytvoření účtu můžete kliknutím na tlačítko pro přijetí pozvánky v tomto e-mailu přijmout pozvánku týmu:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Klepnutím na tlačítko níže ověřte svou e-mailovou adresu.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Potvrďte přístup ke svému účtu zadáním jednoho z vašich kódů pro nouzové obnovení.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrďte přístup ke svému účtu zadáním ověřovacího kódu poskytnutého aplikací authenticator.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Zkopírujte prosím svůj nový token API. Pro vaši bezpečnost se to znovu nezobrazí.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Zadejte heslo pro potvrzení, že se chcete odhlásit z ostatních relací prohlížeče ve všech zařízeních.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Ověřte e-mailovou adresu", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Náhled", "View Receipt": "Zobrazit příjmece", @@ -692,6 +699,7 @@ "Yes": "Ano", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Tato zpráva vám byla doručena na základě žádosti pro obnovení hesla.", "You have been invited to join the :team team!": "Byli jste pozváni, abyste se připojili k týmu :team!", "You have enabled two factor authentication.": "Umožnili jste dvoufaktorové ověření.", diff --git a/locales/cy/cy.json b/locales/cy/cy.json index 0e3aa57072f..bee6d6cd730 100644 --- a/locales/cy/cy.json +++ b/locales/cy/cy.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Manylion", ":resource Details: :title": ":resource Manylion: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Newydd ddolen dilysu wedi cael ei anfon at y cyfeiriad e-bost bydd darparu yn ystod cofrestru.", "Accept Invitation": "Derbyn Gwahoddiad", "Action": "Gweithredu", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarws", "Belgium": "Gwlad belg", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Dewis Math", "Christmas Island": "Ynys Y Nadolig", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Cliciwch i ddewis", "Close": "Yn agos", "Cocos (Keeling) Islands": "Cocos (Keeling) Ynysoedd", @@ -187,6 +190,7 @@ "Done.": "Yn ei wneud.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Golygu", "Edit :resource": "Golygu :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Os ydych eisoes gennych gyfrif, efallai y byddwch yn derbyn y gwahoddiad hwn gan glicio ar y botwm isod:", "If you did not create an account, no further action is required.": "Os nad ydych wedi creu cyfrif, nid oes unrhyw gamau pellach yn angenrheidiol.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Os nad oeddech yn disgwyl derbyn gwahoddiad i tîm hwn, efallai y byddwch yn thaflwch y e-bost.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Os na wnaethoch ofyn am ailosod cyfrinair, nid oes unrhyw gamau pellach yn angenrheidiol.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Os nad ydych wedi cyfrif, efallai y byddwch yn creu un drwy glicio ar y botwm isod. Ar ôl creu cyfrif, efallai y byddwch yn cliciwch y gwahoddiad derbyn botwm yn y neges e-bost i dderbyn y gwahoddiad tîm:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Os gwelwch yn dda cliciwch ar y botwm isod i gadarnhau eich cyfeiriad e-bost.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Cadarnhewch os gwelwch yn dda mynediad at eich cyfrif trwy fynd i mewn i un o'ch argyfwng adferiad o godau.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Cadarnhewch os gwelwch yn dda mynediad at eich cyfrif trwy fynd i mewn i'r cod dilysu a ddarperir gan eich authenticator cais.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Os gwelwch yn dda copi eich newydd API tocyn. Ar gyfer eich diogelwch, ni fydd yn cael eu dangos unwaith eto.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Os gwelwch yn dda rhowch eich cyfrinair i gadarnhau y byddech yn hoffi i logio allan o'ch porwr arall sesiynau ar draws eich holl ddyfeisiau.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Gwirio Cyfeiriad E-Bost", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Gweld", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ie", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Rydych yn derbyn yr e-bost hwn oherwydd rydym yn derbyn cyfrinair ailosod cais am eich cyfrif.", "You have been invited to join the :team team!": "Rydych wedi cael eich gwahodd i ymuno â'r :team tîm!", "You have enabled two factor authentication.": "Ydych chi wedi galluogi dau ffactor dilysu.", diff --git a/locales/da/da.json b/locales/da/da.json index 86eea3ef715..5cabafcc467 100644 --- a/locales/da/da.json +++ b/locales/da/da.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource detaljer", ":resource Details: :title": ":resource detaljer: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Et nyt bekræftelseslink er blevet sendt til den e-mailadresse, du angav under registreringen.", "Accept Invitation": "Accepter Invitation", "Action": "Handling", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgien", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Vælg Type", "Christmas Island": "Juleøen", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Klik for at vælge", "Close": "Lukke", "Cocos (Keeling) Islands": "Cocos (Keeling) Øer", @@ -187,6 +190,7 @@ "Done.": "Gjort.", "Download": "Hente", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Redigere", "Edit :resource": "Rediger :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Hvis du allerede har en konto, kan du acceptere denne invitation ved at klikke på knappen nedenfor:", "If you did not create an account, no further action is required.": "Hvis du ikke har oprettet en konto skal du ikke gøre mere.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Hvis du ikke forventede at modtage en invitation til dette team, kan du kassere denne e-mail.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Hvis du ikke har anmodet om nulstilling af password skal du ikke foretage dig mere.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Hvis du ikke har en konto, kan du oprette en ved at klikke på knappen nedenfor. Når du har oprettet en konto, kan du klikke på invitationsknappen i denne e-mail for at acceptere teaminvitationen:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Klik på knappen nedenfor for at verificere din email-adresse.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekræft adgang til din konto ved at indtaste en af dine emergency recovery-koder.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekræft adgangen til din konto ved at indtaste den godkendelseskode, der leveres af din godkendelsesapplikation.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopier venligst dit nye API-token. For din sikkerhed, vil det ikke blive vist igen.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Indtast din adgangskode for at bekræfte, at du gerne vil logge ud af dine andre bro .sersessioner på alle dine enheder.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Bekræft email-adresse", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Udsigt", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Du modtager denne email fordi vi har modtaget en anmodning om nulstilling af passwordet for din konto.", "You have been invited to join the :team team!": "Du er blevet inviteret til at deltage i :team holdet!", "You have enabled two factor authentication.": "Du har aktiveret tofaktorautentisering.", diff --git a/locales/de/de.json b/locales/de/de.json index f4515c40ee4..1c67a091393 100644 --- a/locales/de/de.json +++ b/locales/de/de.json @@ -6,6 +6,7 @@ ":days day trial": ":days Tage Testversion", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Ein neuer Bestätigungslink wurde an die E-Mail-Adresse gesendet, die Sie bei der Registrierung angegeben haben.", "Accept Invitation": "Einladung annehmen", "Action": "Aktion", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesch", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgien", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Typ wählen", "Christmas Island": "Weihnachtsinsel", "City": "Stadt", + "click here to request another": "click here to request another", "Click to choose": "Klicken Sie zum Auswählen", "Close": "Schließen", "Cocos (Keeling) Islands": "Kokosinseln", @@ -187,6 +190,7 @@ "Done.": "Erledigt.", "Download": "Herunterladen", "Download Receipt": "Beleg herunterladen", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Bearbeiten", "Edit :resource": ":resource bearbeiten", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Wenn Sie bereits ein Konto haben, können Sie diese Einladung annehmen, indem Sie auf die Schaltfläche unten klicken:", "If you did not create an account, no further action is required.": "Wenn Sie kein Konto erstellt haben, sind keine weiteren Handlungen nötig.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Wenn Sie keine Einladung zu diesem Team erwartet haben, kann das E-Mail gelöscht werden.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Wenn Sie kein Zurücksetzen des Passworts beantragt haben, sind keine weiteren Handlungen nötig.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Wenn Sie kein Konto haben, können Sie ein Konto erstellen, indem Sie auf die Schaltfläche unten klicken. Nach dem Erstellen eines Kontos können Sie in dieser E-Mail auf die Schaltfläche zur Annahme der Einladung klicken, um die Teameinladung anzunehmen:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Wenn Sie Ihren Quittungen bestimmte Kontakt- oder Steuerinformationen hinzufügen möchten, wie z. B. Ihren vollständigen Firmennamen, Ihre Umsatzsteuer-Identifikationsnummer oder Ihre Anschrift, können Sie diese hier hinzufügen.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Bitte klicken Sie auf die Schaltfläche, um Ihre E-Mail-Adresse zu bestätigen.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bitte bestätigen Sie den Zugriff auf Ihr Konto, indem Sie einen Ihrer Notfall-Wiederherstellungscodes eingeben.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bitte bestätigen Sie den Zugriff auf Ihr Konto, indem Sie den von Ihrer Authentifizierungsanwendung bereitgestellten Authentifizierungscode eingeben.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Bitte kopieren Sie Ihren neuen API-Token. Zu Ihrer Sicherheit wird er nicht mehr angezeigt", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Bitte geben Sie Ihr Passwort ein, um zu bestätigen, dass Sie sich von Ihren anderen Browser-Sitzungen auf allen Ihren Geräten abmelden möchten.", "Please provide a maximum of three receipt emails addresses.": "Bitte geben Sie maximal drei Empfangs E-Mail Adressen an.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Bolivarische Republik Venezuela", "Verify Email Address": "E-Mail-Adresse bestätigen", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Ansicht", "View Receipt": "Beleg anzeigen", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "Sie sind bereits angemeldet.", "You are currently within your free trial period. Your trial will expire on :date.": "Sie befinden sich derzeit in Ihrem kostenlosen Testzeitraum. Ihre Testphase läuft am :date ab.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Sie erhalten diese E-Mail, weil wir einen Antrag auf eine Zurücksetzung Ihres Passworts bekommen haben.", "You have been invited to join the :team team!": "Sie wurden eingeladen dem Team :team beizutreten!", "You have enabled two factor authentication.": "Sie haben die Zwei-Faktor-Authentifizierung aktiviert.", diff --git a/locales/de_CH/de_CH.json b/locales/de_CH/de_CH.json index ff33fbae8ac..b550ae03db5 100644 --- a/locales/de_CH/de_CH.json +++ b/locales/de_CH/de_CH.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Ein neuer Bestätigungslink wurde an die E-Mail-Adresse gesendet, die Sie bei der Registrierung angegeben haben.", "Accept Invitation": "Einladung annehmen", "Action": "Aktion", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesch", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgien", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Typ wählen", "Christmas Island": "Weihnachtsinsel", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Klicken Sie zum Auswählen", "Close": "Schliessen", "Cocos (Keeling) Islands": "Kokosinseln", @@ -187,6 +190,7 @@ "Done.": "Erledigt.", "Download": "Herunterladen", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Bearbeiten", "Edit :resource": ":resource bearbeiten", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Wenn Sie bereits ein Konto haben, können Sie diese Einladung annehmen, indem Sie auf die Schaltfläche unten klicken:", "If you did not create an account, no further action is required.": "Wenn Sie kein Konto erstellt haben, sind keine weiteren Handlungen nötig.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Wenn Sie keine Einladung zu diesem Team erwartet haben, kann das E-Mail gelöscht werden.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Wenn Sie kein Zurücksetzen des Passworts beantragt haben, sind keine weiteren Handlungen nötig.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Wenn Sie kein Konto haben, können Sie ein Konto erstellen, indem Sie auf die Schaltfläche unten klicken. Nach dem Erstellen eines Kontos können Sie in dieser E-Mail auf die Schaltfläche zur Annahme der Einladung klicken, um die Teameinladung anzunehmen:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Bitte klicken Sie auf die Schaltfläche, um Ihre E-Mail-Adresse zu bestätigen.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bitte bestätigen Sie den Zugriff auf Ihr Konto, indem Sie einen Ihrer Notfall-Wiederherstellungscodes eingeben.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bitte bestätigen Sie den Zugriff auf Ihr Konto, indem Sie den von Ihrer Authentifizierungsanwendung bereitgestellten Authentifizierungscode eingeben.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Bitte kopieren Sie Ihren neuen API-Token. Zu Ihrer Sicherheit wird er nicht mehr angezeigt", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Bitte geben Sie Ihr Passwort ein, um zu bestätigen, dass Sie sich von Ihren anderen Browser-Sitzungen auf allen Ihren Geräten abmelden möchten.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "E-Mail-Adresse bestätigen", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Ansicht", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Sie erhalten diese E-Mail, weil wir einen Antrag auf eine Zurücksetzung Ihres Passworts bekommen haben.", "You have been invited to join the :team team!": "Sie wurden eingeladen dem Team :team beizutreten!", "You have enabled two factor authentication.": "Sie haben die Zwei-Faktor-Authentifizierung aktiviert.", diff --git a/locales/el/el.json b/locales/el/el.json index 94e48ed01eb..85651f8d6c3 100644 --- a/locales/el/el.json +++ b/locales/el/el.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource λεπτομέρειες", ":resource Details: :title": ":resource λεπτομέρειες: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Ένας νέος σύνδεσμος επαλήθευσης έχει σταλεί στη διεύθυνση ηλεκτρονικού ταχυδρομείου που δώσατε κατά την εγγραφή σας.", "Accept Invitation": "Αποδοχή Πρόσκλησης", "Action": "Δράση", @@ -80,6 +81,7 @@ "Bahrain": "Μπαχρέιν", "Bangladesh": "Μπαγκλαντές", "Barbados": "Μπαρμπάντος", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Λευκορωσία", "Belgium": "Βέλγιο", "Belize": "Μπελίζ", @@ -125,6 +127,7 @@ "Choose Type": "Επιλέξτε Τύπο", "Christmas Island": "Νησί Των Χριστουγέννων", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Κάντε κλικ για να επιλέξετε", "Close": "Κλείσετε", "Cocos (Keeling) Islands": "Νήσοι Κόκος (Κίλινγκ)", @@ -187,6 +190,7 @@ "Done.": "Ολοκληρώθηκε.", "Download": "Λήψη", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Εκουαδόρ", "Edit": "Επεξεργασία", "Edit :resource": "Επεξεργασία :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Αν έχετε ήδη λογαριασμό, μπορείτε να αποδεχτείτε αυτήν την πρόσκληση κάνοντας κλικ στο παρακάτω κουμπί:", "If you did not create an account, no further action is required.": "Εάν δεν δημιουργήσατε λογαριασμό, δεν απαιτείται περαιτέρω ενέργεια.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Εάν δεν περιμένατε να λάβετε μια πρόσκληση σε αυτήν την ομάδα, μπορείτε να απορρίψετε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Εάν δεν ζητήσατε επαναφορά κωδικού πρόσβασης, δεν απαιτείται περαιτέρω ενέργεια.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Αν δεν έχετε λογαριασμό, μπορείτε να δημιουργήσετε ένα κάνοντας κλικ στο παρακάτω κουμπί. Αφού δημιουργήσετε έναν λογαριασμό, μπορείτε να κάνετε κλικ στο κουμπί Αποδοχή πρόσκλησης σε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου για να αποδεχτείτε την πρόσκληση ομάδας:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Κάντε κλικ στο παρακάτω κουμπί για να επαληθεύσετε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Επιβεβαιώστε την πρόσβαση στο λογαριασμό σας εισάγοντας έναν από τους κωδικούς ανάκτησης έκτακτης ανάγκης.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Επιβεβαιώστε την πρόσβαση στο λογαριασμό σας εισάγοντας τον κωδικό ελέγχου ταυτότητας που παρέχεται από την εφαρμογή ελέγχου ταυτότητας.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Παρακαλώ αντιγράψτε το νέο κουπόνι API σας. Για την ασφάλειά σας, δεν θα εμφανιστεί ξανά.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Παρακαλώ εισάγετε τον κωδικό πρόσβασής σας για να επιβεβαιώσετε ότι θέλετε να αποσυνδεθείτε από άλλες συνεδρίες του προγράμματος περιήγησης σε όλες τις συσκευές σας.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Βενεζουέλα", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Επιβεβαιώστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Προβολή", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ναι.", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Λαμβάνετε αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου επειδή λάβαμε ένα αίτημα επαναφοράς κωδικού πρόσβασης για το λογαριασμό σας.", "You have been invited to join the :team team!": "Έχετε προσκληθεί να συμμετάσχετε στην ομάδα :team!", "You have enabled two factor authentication.": "Έχετε ενεργοποιήσει τον έλεγχο ταυτότητας δύο παραγόντων.", diff --git a/locales/es/es.json b/locales/es/es.json index 2185ea8ffda..75e28210068 100644 --- a/locales/es/es.json +++ b/locales/es/es.json @@ -6,6 +6,7 @@ ":days day trial": "prueba por :days days", ":resource Details": "Detalles del :resource", ":resource Details: :title": "Detalles del :resource : :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Se ha enviado un nuevo enlace de verificación a la dirección de correo electrónico que proporcionó durante el registro.", "Accept Invitation": "Aceptar invitación", "Action": "Acción", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorrusia", "Belgium": "Bélgica", "Belize": "Belice", @@ -125,6 +127,7 @@ "Choose Type": "Elija tipo", "Christmas Island": "Isla de Navidad", "City": "Ciudad", + "click here to request another": "click here to request another", "Click to choose": "Haga click para elegir", "Close": "Cerrar", "Cocos (Keeling) Islands": "Islas Cocos (Keeling)", @@ -187,6 +190,7 @@ "Done.": "Hecho.", "Download": "Descargar", "Download Receipt": "Descargar recibo", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Editar", "Edit :resource": "Editar :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Si ya tiene una cuenta, puede aceptar esta invitación haciendo clic en el botón de abajo:", "If you did not create an account, no further action is required.": "Si no ha creado una cuenta, no se requiere ninguna acción adicional.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Si no esperaba recibir una invitación para este equipo, puede descartar este correo electrónico.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Si no ha solicitado el restablecimiento de contraseña, omita este mensaje de correo electrónico.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Si no tiene una cuenta, puede crear una haciendo clic en el botón de abajo. Después de crear una cuenta, puede hacer clic en el botón de aceptación de la invitación en este correo electrónico para aceptar la invitación del equipo:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Si necesita agregar información de contacto específica o de impuestos a sus recibos, como su nombre comercial completo, número de identificación VAT o dirección de registro, puede agregarlo aquí.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Por favor, haga clic en el botón de abajo para verificar su dirección de correo electrónico.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Por favor confirme el acceso a su cuenta ingresando uno de sus códigos de recuperación de emergencia.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Por favor confirme el acceso a su cuenta digitando el código de autenticación provisto por su aplicación autenticadora.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Por favor copie su nuevo token API. Por su seguridad, no se volverá a mostrar.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Por favor ingrese su contraseña para confirmar que desea cerrar las demás sesiones de otros navegadores en todos sus dispositivos.", "Please provide a maximum of three receipt emails addresses.": "Proporcione un máximo de tres direcciones para recibir correo electrónico.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, República Bolivariana de", "Verify Email Address": "Confirme su correo electrónico", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vista", "View Receipt": "Ver recibo", @@ -692,6 +699,7 @@ "Yes": "Sí", "You are already subscribed.": "Usted ya está suscrito.", "You are currently within your free trial period. Your trial will expire on :date.": "Actualmente se encuentra dentro de su período de prueba gratuito. Su prueba vencerá el :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Ha recibido este mensaje porque se solicitó un restablecimiento de contraseña para su cuenta.", "You have been invited to join the :team team!": "¡Usted ha sido invitado a unirse al equipo :team!", "You have enabled two factor authentication.": "Ha habilitado la autenticación de dos factores.", diff --git a/locales/et/et.json b/locales/et/et.json index cac36b75ab9..3f70967702e 100644 --- a/locales/et/et.json +++ b/locales/et/et.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource üksikasjad", ":resource Details: :title": ":resource üksikasjad: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Registreerimise käigus esitatud e-posti aadressile on saadetud Uus kinnituslink.", "Accept Invitation": "Võta Kutse Vastu", "Action": "Tegevus", @@ -80,6 +81,7 @@ "Bahrain": "Bahrein", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Valgevene", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Vali Tüüp", "Christmas Island": "Jõulusaar", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Klõpsa, et valida", "Close": "Lähedal", "Cocos (Keeling) Islands": "Cocose (Keelingi) Saared", @@ -187,6 +190,7 @@ "Done.": "Tehtud.", "Download": "Laadima", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Muutma", "Edit :resource": "Muutma :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Kui teil on juba konto, võite selle kutse vastu võtta, klõpsates alloleval nupul:", "If you did not create an account, no further action is required.": "Kui te ei loonud kontot,ei ole täiendavaid meetmeid vaja.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Kui te ei oodanud sellele meeskonnale kutset, võite selle e-kirja ära visata.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Kui te ei taotlenud parooli lähtestamist, ei ole täiendavaid meetmeid vaja.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Kui teil pole kontot, võite selle luua, klõpsates alloleval nupul. Pärast konto loomist võite klõpsata kutse vastuvõtmise nuppu selles e-kirjas, et nõustuda meeskonna kutsega:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Palun kliki allolevale nupule, et kontrollida oma e-posti aadress.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Kinnitage juurdepääs oma kontole, sisestades ühe oma hädaolukorra taastamise koodidest.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Kinnitage juurdepääs oma kontole, sisestades autentimisrakenduse poolt pakutava autentimiskoodi.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Palun kopeerige oma uus API token. Teie turvalisuse huvides seda enam ei näidata.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Palun sisestage oma parool, et kinnitada, et soovite oma teistest brauseri seanssidest kõigis oma seadmetes välja logida.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Kinnita E-Posti Aadress", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vaadata", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Jah", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Te saate selle e-kirja, sest me saime teie kontole parooli lähtestamise taotluse.", "You have been invited to join the :team team!": "Teid on kutsutud liituma :team meeskonnaga!", "You have enabled two factor authentication.": "Olete lubanud kahe teguri autentimise.", diff --git a/locales/eu/eu.json b/locales/eu/eu.json index 411525f4093..67fc2c2ab95 100644 --- a/locales/eu/eu.json +++ b/locales/eu/eu.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Xehetasunak", ":resource Details: :title": ":resource Xehetasunak: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Berri bat egiaztapen-esteka bidali nahi duzun e-posta helbidea eman izena emateko garaian.", "Accept Invitation": "Gonbidapena Onartu", "Action": "Ekintza", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorrusia", "Belgium": "Belgika", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Aukeratu Mota", "Christmas Island": "Gabonetako Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Egin klik aukeratu", "Close": "Itxi", "Cocos (Keeling) Islands": "Cocos (Keeling) Uharteak", @@ -187,6 +190,7 @@ "Done.": "Egin.", "Download": "Deskargatu", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekuadorren", "Edit": "Editatu", "Edit :resource": "Editatu :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Dagoeneko baduzu kontu bat, ahal izango duzu, hau onartu gonbidapena beheko botoian klik eginez:", "If you did not create an account, no further action is required.": "Ez baduzu konturik sortu, ez duzu ezer egin behar.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Bada, ez duzu espero jasotzeko gonbidapena talde hau, ahal izango duzu baztertu email hau.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ez baduzu pasahitza berrezartzea eskatu, ez duzu ezer egin behar.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Izan ez baduzu, kontu bat sortu ahal izango duzu bat beheko botoian klik eginez. Ondoren kontu bat sortzea, ahal izango duzu, egin klik gonbidapena onartu botoia elektroniko hau onartu taldeak gonbidapena:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Egin klik beheko botoian helbide elektronikoa baieztatzeko.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Mesedez, baieztatu zure kontu sarbidea sartuz bat zure larrialdi berreskuratzeko kodeak.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Mesedez, baieztatu zure kontu sarbidea sartuz autentifikazioa kodea emandako zure authenticator aplikazioa.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Mesedez, kopiatu zure berri API token. Zure segurtasunerako, ez da agertzen berriro ere.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Mesedez, sartu zure pasahitza berretsi nahi duzu saioa zure nabigatzailean beste saio guztietan zehar zure gailuak.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Baieztatu helbide elektronikoa", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Ikusi", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Bai", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Zure kontutik pasahitza berrezartzeko eskaera bat jaso genuelako jaso duzu posta elektroniko hau.", "You have been invited to join the :team team!": "Izan duzu parte hartzera gonbidatuta :team taldea!", "You have enabled two factor authentication.": "Duzu ahalbidetu dute bi faktore autentifikazioa.", diff --git a/locales/fa/fa.json b/locales/fa/fa.json index bc8fdb3bd5f..6b0cd31f4b0 100644 --- a/locales/fa/fa.json +++ b/locales/fa/fa.json @@ -6,6 +6,7 @@ ":days day trial": ":days روز دوره آزمایشی", ":resource Details": "جزئیات :resource", ":resource Details: :title": ":resource جزئیات: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "یک لینک تایید جدید به ایمیلی که در هنگام ثبت نام وارد کرده بودید ارسال شد.", "Accept Invitation": "قبول دعوت", "Action": "عملیات", @@ -80,6 +81,7 @@ "Bahrain": "بحرین", "Bangladesh": "بنگلادش", "Barbados": "باربادوس", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "بلاروس", "Belgium": "بلژیک", "Belize": "بلیز", @@ -125,6 +127,7 @@ "Choose Type": "انتخاب نوع", "Christmas Island": "جزیره کریسمس", "City": "شهر", + "click here to request another": "click here to request another", "Click to choose": "برای انتخاب کلیک نمایید", "Close": "بسته", "Cocos (Keeling) Islands": "جزایر کوکوس", @@ -187,6 +190,7 @@ "Done.": "انجام شده.", "Download": "دانلود", "Download Receipt": "دریافت رسید", + "E-Mail Address": "E-Mail Address", "Ecuador": "اکوادور", "Edit": "ویرایش", "Edit :resource": "ویرایش :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "اگر از قبل حساب کاربری دارید می توانید با کلیک روی دکمه زیر دعوت نامه را بپذیرید", "If you did not create an account, no further action is required.": "چنانچه شما این اشتراک را ایجاد نکرده اید، نیاز به اقدام خاصی نیست.", "If you did not expect to receive an invitation to this team, you may discard this email.": "اگر مایل به عضویت در این تیم نیستید می توانید این ایمیل را نادیده بگیرید", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "اگر شما درخواست تغییر رمز عبور را نکرده اید، نیاز به اقدام خاصی نیست.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "اگر حساب کاربری ندارید با کلیک روی دکمه زیر می توانید یک حساب جدید بسازید و بعد از آن می توانید با کلیک روی دکمه زیر دعوتنامه عضویت در این تیم را بپذیرید", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "اگر شما نیاز به افزودن اطلاعات خاصی مانند نام کامل کسب و کار، شماره VAT یا آدرس بخصوصی در فاکتور خود دارید آن را اینجا وارد کنید", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "برای تایید آدرس ایمیل روی دکمه زیر کلیک کنید.", "Please confirm access to your account by entering one of your emergency recovery codes.": "با وارد کردن کد بازیابی دسترسی به اکانت خود را فراهم کنید.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "با وارد کردن کد احراز هویت دریافت شده از اپلیکشن احراز هویت خود، امکان دسترسی به اکانت خود را فراهم کنید.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "لطفا رمز API جدید خود را کپی کنید. برای امنیت شما ، دوباره نشان داده نمی شود.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "ونزوئلا", "Venezuela, Bolivarian Republic of": "ونزوئلا", "Verify Email Address": "تایید آدرس ایمیل", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "ویتنام", "View": "مشاهده", "View Receipt": "مشاهده رسید", @@ -692,6 +699,7 @@ "Yes": "بله", "You are already subscribed.": "شما از قبل مشترک هستید", "You are currently within your free trial period. Your trial will expire on :date.": "شما در حال حاضر در دوره موقت رایگان قرار دارید که در :date منقضی خواهد شد", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "شما این ایمیل را به دلیل درخواست رمز عبور جدید دریافت کرده اید.", "You have been invited to join the :team team!": "شما برای عضویت در تیم :team دعوت شده اید", "You have enabled two factor authentication.": "شما احراز هویت دومرحله ای خود را فعال کرده اید.", diff --git a/locales/fi/fi.json b/locales/fi/fi.json index 4fc468abec3..57d0c324716 100644 --- a/locales/fi/fi.json +++ b/locales/fi/fi.json @@ -6,6 +6,7 @@ ":days day trial": ":days päivän kokeilu", ":resource Details": ":resource yksityiskohdat", ":resource Details: :title": ":resource tiedot: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Rekisteröitymisen yhteydessä antamaasi sähköpostiosoitteeseen on lähetetty Uusi vahvistuslinkki.", "Accept Invitation": "Hyväksy Kutsu", "Action": "Toiminta", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Valko-Venäjä", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Valitse Tyyppi", "Christmas Island": "Joulusaari", "City": "Kaupunki", + "click here to request another": "click here to request another", "Click to choose": "Klikkaa valitaksesi", "Close": "Sulje", "Cocos (Keeling) Islands": "Kookossaaret (Keeling)", @@ -187,6 +190,7 @@ "Done.": "Valmis.", "Download": "Lataa", "Download Receipt": "Lataa Kuitti", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Muokkaa", "Edit :resource": "Muokkaa :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Jos sinulla on jo tili, voit hyväksyä kutsun klikkaamalla alla olevaa painiketta:", "If you did not create an account, no further action is required.": "Jos et ole luonut tiliä, lisätoimia ei tarvita.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Jos et odottanut saavasi kutsua tähän tiimiin, voit hylätä tämän sähköpostin.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Jos et ole pyytänyt salasanan vaihtoa, sinun ei tarvitse tehdä mitään ja voit poistaa tämän viestin.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jos sinulla ei ole tiliä, voit luoda sellaisen klikkaamalla alla olevaa painiketta. Kun olet luonut tilin, voit klikata tämän sähköpostiviestin hyväksy kutsu painiketta hyväksyäksesi kutsun tiimiin:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Jos sinun pitää lisätä tiettyjä yhteys- tai verotietoja kuitteihisi, kuten yrityksen koko nimi, arvonlisäverotunniste, tai osoitetieto, voit lisätä sen tähän", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Klikkaa alla olevaa painiketta vahvistaaksesi sähköpostiosoitteesi.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Vahvista pääsy tilillesi syöttämällä yksi hätäpalautuskoodeistasi.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Vahvista pääsy tilillesi syöttämällä autentikointi-sovelluksen antama tunnistuskoodi.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopioi uusi API token. Turvallisuutesi vuoksi sitä ei näytetä enää.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Anna salasanasi vahvistaaksesi, että haluat kirjautua ulos muista selainistunnoistasi kaikilla laitteillasi.", "Please provide a maximum of three receipt emails addresses.": "Anna enintään kolme sähköpostiosoitetta kuitteja varten.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivariaaninen Tasavalta", "Verify Email Address": "Tarkista Sähköpostiosoite", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Tarkastella", "View Receipt": "Näytä Kuitti", @@ -692,6 +699,7 @@ "Yes": "Kyllä", "You are already subscribed.": "Olet jo tilaaja.", "You are currently within your free trial period. Your trial will expire on :date.": "Olet kokeilujakso. Kokeilujaksosi päättyy :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Saat tämän viestin koska saimme pyynnön vaihtaa salasanasi.", "You have been invited to join the :team team!": "Sinut on kutsuttu :team: n tiimiin!", "You have enabled two factor authentication.": "Olet ottanut käyttöön kaksivaiheisen tunnistuksen.", diff --git a/locales/fil/fil.json b/locales/fil/fil.json index 53c58c8bcd3..c529aedaf63 100644 --- a/locales/fil/fil.json +++ b/locales/fil/fil.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verify Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/fr/fr.json b/locales/fr/fr.json index 26cd638aaa1..70994056b42 100644 --- a/locales/fr/fr.json +++ b/locales/fr/fr.json @@ -6,6 +6,7 @@ ":days day trial": ":days jours d'essai", ":resource Details": "Détails :resource", ":resource Details: :title": " Détails :resource :title :", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Un nouveau lien de vérification a été envoyé à l'adresse e-mail que vous avez indiquée lors de votre inscription.", "Accept Invitation": "Acceptez l'invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahreïn", "Bangladesh": "Bangladesh", "Barbados": "Barbades", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Biélorussie", "Belgium": "Belgique", "Belize": "Bélize", @@ -125,6 +127,7 @@ "Choose Type": "Choisir Type", "Christmas Island": "Île Christmas", "City": "Ville", + "click here to request another": "click here to request another", "Click to choose": "Cliquez pour choisir", "Close": "Fermer", "Cocos (Keeling) Islands": "Îles Cocos - Keeling", @@ -187,6 +190,7 @@ "Done.": "Terminé.", "Download": "Télécharger", "Download Receipt": "Télécharger le reçu", + "E-Mail Address": "E-Mail Address", "Ecuador": "Equateur", "Edit": "Editer", "Edit :resource": "Editer :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Si vous avez déjà un compte, vous pouvez accepter cette invitation en cliquant sur le bouton ci-dessous :", "If you did not create an account, no further action is required.": "Si vous n'avez pas créé de compte, vous pouvez ignorer ce message.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Si vous n'attendiez pas d'invitation de cette équipe, vous pouvez supprimer cet e-mail.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Si vous n'avez pas demandé de réinitialisation de mot de passe, vous pouvez ignorer ce message.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Si vous n'avez pas de compte, vous pouvez en créer un en cliquant sur le bouton ci-dessous. Ensuite, vous pourrez cliquer sur le bouton de cet e-mail pour accepter l'invitation de rejoindre l'équipe :", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Si vous devez ajouter des coordonnées ou des informations fiscales spécifiques à vos reçus, tels que le nom complet de votre entreprise, votre numéro d'identification TVA ou votre adresse d'enregistrement, vous pouvez les ajouter ici.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Veuillez cliquer sur le bouton ci-dessous pour vérifier votre adresse e-mail :", "Please confirm access to your account by entering one of your emergency recovery codes.": "Veuillez confirmer l'accès à votre compte en entrant l'un des codes de récupération d'urgence.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Veuillez confirmer l'accès à votre compte en entrant le code d'authentification fourni par votre application d'authentification.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Veuillez copier votre nouveau token API. Pour votre sécurité, il ne sera pas ré-affiché.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Veuillez entrer votre mot de passe pour confirmer que vous voulez déconnecter toutes les autres sessions navigateur sur l'ensemble de vos appareils.", "Please provide a maximum of three receipt emails addresses.": "Veuillez fournir un maximum de trois adresses e-mail de réception.", @@ -666,6 +672,7 @@ "Venezuela": "Vénézuela", "Venezuela, Bolivarian Republic of": "Vénézuela", "Verify Email Address": "Vérification de l'adresse e-mail", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vue", "View Receipt": "Voir le reçu", @@ -692,6 +699,7 @@ "Yes": "Oui", "You are already subscribed.": "Vous êtes déjà abonné(e).", "You are currently within your free trial period. Your trial will expire on :date.": "Vous êtes actuellement dans votre période d'essai gratuit. Votre essai expirera le: date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Vous recevez cet e-mail car nous avons reçu une demande de réinitialisation de mot de passe pour votre compte.", "You have been invited to join the :team team!": "Vous avez été invité à rejoindre l'équipe :team !", "You have enabled two factor authentication.": "Vous avez activé la double authentification.", diff --git a/locales/gl/gl.json b/locales/gl/gl.json index 308abc31849..c98307d15ea 100644 --- a/locales/gl/gl.json +++ b/locales/gl/gl.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Detalles", ":resource Details: :title": ":resource Detalles: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Unha nova verificación enlace foi enviado ao enderezo de correo electrónico que proporcionou durante o rexistro.", "Accept Invitation": "Aceptar A Invitación", "Action": "Acción", @@ -80,6 +81,7 @@ "Bahrain": "Bahrein", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorrusia", "Belgium": "Bélxica", "Belize": "Belice", @@ -125,6 +127,7 @@ "Choose Type": "Escolla O Tipo De", "Christmas Island": "Illa De Nadal", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Prema para escoller", "Close": "Preto", "Cocos (Keeling) Islands": "Traído Desde \"\"", @@ -187,6 +190,7 @@ "Done.": "Feito.", "Download": "Descargar", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Editar \/ editar a fonte", "Edit :resource": "Editar \/ editar a fonte :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Se xa ten unha conta, pode aceptar esta invitación premendo o botón de embaixo:", "If you did not create an account, no further action is required.": "Se no creaches unha cuenta, non tes que realizar ningunha acción adicional.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Se non esperar a recibir unha invitación para este equipo, que pode descartar este correo.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Se non solicitaches o restablecemento do contrasinal, non tes que realizar ningunha acción adicional.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Se non ten unha conta, vostede pode crear unha premendo no botón de abaixo. Despois de crear unha conta, pode facer clic a invitación a aceptación botón neste correo electrónico para aceptar o equipo de invitación:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Por favor, fai clic no seguinte botón para verificar a túa dirección de correo electrónico.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Por favor, confirmar o acceso á súa conta, escribindo un dos seus emerxencia recuperación códigos.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Por favor, confirmar o acceso á súa conta, escribindo o código de autenticación proporcionada polo seu authenticator aplicación.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Por favor copie o seu novo API token. Para a súa seguridade, non vai ser mostrado de novo.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Por favor, introduza o seu contrasinal para confirmar que quere saír do seu outro navegador sesións en todos os seus dispositivos.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verifica a dirección de correo electrónico", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vista", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Si", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Estás recibindo este correo electrónico porque recibimos unha solicitude de restablecemento do contrasinal para a túa conta.", "You have been invited to join the :team team!": "Vostede foi convidado a participar no :team equipo!", "You have enabled two factor authentication.": "Ten habilitado dous factor de autenticación.", diff --git a/locales/gu/gu.json b/locales/gu/gu.json index 53c58c8bcd3..c529aedaf63 100644 --- a/locales/gu/gu.json +++ b/locales/gu/gu.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verify Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/he/he.json b/locales/he/he.json index 3dc23c3d815..c1366b6f899 100644 --- a/locales/he/he.json +++ b/locales/he/he.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource פרטים", ":resource Details: :title": ":resource פרטים: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "קישור אימות חדש נשלח לכתובת הדוא \" ל שסיפקת במהלך ההרשמה.", "Accept Invitation": "קבל הזמנה", "Action": "פעולה", @@ -80,6 +81,7 @@ "Bahrain": "בחריין", "Bangladesh": "בנגלדש", "Barbados": "ברבדוס", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "בלארוס", "Belgium": "בלגיה", "Belize": "בליז", @@ -125,6 +127,7 @@ "Choose Type": "בחר סוג", "Christmas Island": "אי חג המולד", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "לחץ כדי לבחור", "Close": "סגור", "Cocos (Keeling) Islands": "איי קוקוס (קילינג) ", @@ -187,6 +190,7 @@ "Done.": "בוצע.", "Download": "הורד", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "אקוודור", "Edit": "עריכה", "Edit :resource": "עריכה :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "אם כבר יש לך חשבון, תוכל לקבל הזמנה זו על ידי לחיצה על הכפתור למטה:", "If you did not create an account, no further action is required.": "אם לא יצרתם את החשבון, אין צורך לעשות דבר.", "If you did not expect to receive an invitation to this team, you may discard this email.": "אם לא ציפית לקבל הזמנה לצוות זה, אתה יכול להשליך דוא \" ל זה.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "אם לא ביקשתם לאפס את הסיסמה, אין צורך לעשות דבר.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "אם אין לך חשבון, תוכל ליצור חשבון על ידי לחיצה על הכפתור למטה. לאחר יצירת חשבון, תוכל ללחוץ על כפתור קבלת ההזמנה בדוא \" ל זה כדי לקבל את הזמנת הצוות:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "אנא לחצו על הכפתור מטה לאימות הדואר האלקטרוני שלכם.", "Please confirm access to your account by entering one of your emergency recovery codes.": "אנא אשר גישה לחשבון שלך על ידי הזנת אחד קודי שחזור חירום שלך.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "אנא אשר גישה לחשבון שלך על ידי הזנת קוד האימות המסופק על ידי יישום המאמת שלך.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "אנא העתק את אסימון ה-API החדש שלך. למען ביטחונך, זה לא יוצג שוב.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "הזן את הסיסמה שלך כדי לוודא שברצונך להתנתק מההפעלות האחרות בדפדפן שלך בכל המכשירים שלך.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "ונצואלה", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "אימות דואר אלקטרוני", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "תצוגה", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "כן", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "קיבלתם את המייל הזה מכיוון שקיבלנו בקשה לאיפוס הסיסמה עבור החשבון שלכם.", "You have been invited to join the :team team!": "הוזמנתם להצטרף לצוות :team!", "You have enabled two factor authentication.": "הפעלת אימות של שני גורמים.", diff --git a/locales/hi/hi.json b/locales/hi/hi.json index 4707aa15a0a..25cc7515386 100644 --- a/locales/hi/hi.json +++ b/locales/hi/hi.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource विवरण", ":resource Details: :title": ":resource विवरण: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "पंजीकरण के दौरान आपके द्वारा प्रदान किए गए ईमेल पते पर एक नया सत्यापन लिंक भेजा गया है । ", "Accept Invitation": "निमंत्रण स्वीकार करें", "Action": "कार्रवाई", @@ -80,6 +81,7 @@ "Bahrain": "बहरीन", "Bangladesh": "बांग्लादेश", "Barbados": "बारबाडोस", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "बेलारूस", "Belgium": "बेल्जियम", "Belize": "बेलीज", @@ -125,6 +127,7 @@ "Choose Type": "प्रकार चुनें", "Christmas Island": "क्रिसमस द्वीप", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "चुनने के लिए क्लिक करें", "Close": "बंद करें", "Cocos (Keeling) Islands": "कोकोस (कीलिंग) द्वीप समूह", @@ -187,6 +190,7 @@ "Done.": "हो गया।.", "Download": "डाउनलोड करें", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "इक्वेडोर", "Edit": "संपादित करें", "Edit :resource": "संपादित करें :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "यदि आपके पास पहले से कोई खाता है, तो आप नीचे दिए गए बटन पर क्लिक करके इस निमंत्रण को स्वीकार कर सकते हैं:", "If you did not create an account, no further action is required.": "यदि आपने खाता नहीं बनाया है, तो आगे की कार्रवाई की आवश्यकता नहीं है । ", "If you did not expect to receive an invitation to this team, you may discard this email.": "यदि आपको इस टीम को निमंत्रण मिलने की उम्मीद नहीं थी, तो आप इस ईमेल को छोड़ सकते हैं । ", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "यदि आपने पासवर्ड रीसेट का अनुरोध नहीं किया है, तो आगे की कार्रवाई की आवश्यकता नहीं है । ", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "यदि आपके पास खाता नहीं है, तो आप नीचे दिए गए बटन पर क्लिक करके एक बना सकते हैं । खाता बनाने के बाद, आप टीम आमंत्रण स्वीकार करने के लिए इस ईमेल में आमंत्रण स्वीकृति बटन पर क्लिक कर सकते हैं:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "कृपया अपना ईमेल पता सत्यापित करने के लिए नीचे दिए गए बटन पर क्लिक करें । ", "Please confirm access to your account by entering one of your emergency recovery codes.": "कृपया अपने आपातकालीन पुनर्प्राप्ति कोड में से एक दर्ज करके अपने खाते तक पहुंच की पुष्टि करें । ", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "कृपया अपने प्रमाणक एप्लिकेशन द्वारा प्रदान किए गए प्रमाणीकरण कोड को दर्ज करके अपने खाते तक पहुंच की पुष्टि करें । ", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "कृपया अपना नया एपीआई टोकन कॉपी करें । आपकी सुरक्षा के लिए, इसे फिर से नहीं दिखाया जाएगा । ", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "कृपया यह पुष्टि करने के लिए अपना पासवर्ड दर्ज करें कि आप अपने सभी उपकरणों में अपने अन्य ब्राउज़र सत्रों से लॉग आउट करना चाहते हैं । ", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "वेनेजुएला", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ईमेल पता सत्यापित करें", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "देखें", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "हाँ", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "आपको यह ईमेल प्राप्त हो रहा है क्योंकि हमें आपके खाते के लिए पासवर्ड रीसेट अनुरोध प्राप्त हुआ है । ", "You have been invited to join the :team team!": "आपको :team टीम में शामिल होने के लिए आमंत्रित किया गया है!", "You have enabled two factor authentication.": "आपने दो कारक प्रमाणीकरण सक्षम किया है । ", diff --git a/locales/hr/hr.json b/locales/hr/hr.json index 8f8e8328da8..2112191457b 100644 --- a/locales/hr/hr.json +++ b/locales/hr/hr.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource dijelovi", ":resource Details: :title": ":resource detalji: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Nova veza za provjeru poslana je na adresu e-pošte koju ste naveli prilikom registracije.", "Accept Invitation": "Prihvati Pozivnicu", "Action": "Akcija", @@ -80,6 +81,7 @@ "Bahrain": "Bahrein", "Bangladesh": "Bangladeš", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bjelorusija", "Belgium": "Belgija", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Odaberite Vrstu", "Christmas Island": "Božićni Otok", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Dodirnite za odabir", "Close": "Zatvori", "Cocos (Keeling) Islands": "Kokos (Keeling) Otoci", @@ -187,6 +190,7 @@ "Done.": "Gotovo.", "Download": "Preuzimanje", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvador", "Edit": "Uredi", "Edit :resource": "Uređivanje :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ako već imate račun, možete prihvatiti ovaj poziv klikom na gumb ispod:", "If you did not create an account, no further action is required.": "Ako niste stvorili račun, nije potrebno daljnje radnje.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ako niste očekivali da ćete primiti pozivnicu za ovaj tim, možete odbiti ovu e-poštu.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ukoliko niste zahtjevali promjenu zaporke, nije potrebno da preduzimate dalje korake.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ako nemate račun, možete ga izraditi klikom na gumb ispod. Nakon što stvorite račun, možete kliknuti gumb za prihvaćanje pozivnice u ovoj e-pošti da biste prihvatili pozivnicu tima:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Kliknite gumb ispod da biste potvrdili svoju adresu e-pošte.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Potvrdite pristup računu unosom jednog od vaših kodova za oporavak od katastrofe.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrdite pristup računu unosom koda za provjeru autentičnosti koju pruža aplikacija Autentifikatora.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopirajte svoj novi API token. Za vašu sigurnost više neće biti prikazan.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Unesite zaporku kako biste potvrdili da želite izaći iz drugih sesija preglednika na svim svojim uređajima.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Provjerite Adresu E-Pošte", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Pogledajte", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Da.", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Ovaj e-mail Vam je poslat jer ste zahtjevali promjenu zaporke za vaš nalog.", "You have been invited to join the :team team!": "Pozvani ste da se pridružite timu :team!", "You have enabled two factor authentication.": "Uključili ste autentifikaciju s dva faktora.", diff --git a/locales/hu/hu.json b/locales/hu/hu.json index 91b602a6083..a2cb5a58e44 100644 --- a/locales/hu/hu.json +++ b/locales/hu/hu.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Részletek", ":resource Details: :title": ":resource Részletek: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Egy új ellenőrző linket küldtek a regisztráció során megadott e-mail címre.", "Accept Invitation": "Meghívó Elfogadása", "Action": "Akció", @@ -80,6 +81,7 @@ "Bahrain": "Bahrein", "Bangladesh": "Banglades", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Fehéroroszország", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Válasszon Típust", "Christmas Island": "Karácsony-Sziget", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Kattintson a választáshoz", "Close": "Bezárás", "Cocos (Keeling) Islands": "Cocos (Keeling) - Szigetek", @@ -187,6 +190,7 @@ "Done.": "Kész.", "Download": "Letöltés", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Szerkesztés", "Edit :resource": ":resource Edit", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ha már rendelkezik fiókkal, az alábbi gombra kattintva elfogadhatja ezt a meghívást:", "If you did not create an account, no further action is required.": "Ha nem Ön hozta létre ezt a fiókot, akkor nincs további teendője.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ha nem számított arra, hogy meghívást kap a csapathoz, akkor eldobhatja ezt az e-mailt.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ha nem kezdeményzett jelszó helyreállítást, nincs további teendője.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ha nincs fiókja, létrehozhat egyet az alábbi gombra kattintva. Fiók létrehozása után az e-mailben található meghívó Elfogadás gombra kattintva elfogadhatja a csapat meghívását:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Kérjük kattintson az alábbi gombra az e-mail címe megerősítéséhez.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Kérjük, erősítse meg a fiókhoz való hozzáférést az egyik vészhelyzeti helyreállítási kód megadásával.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Kérjük, erősítse meg a fiókhoz való hozzáférést a hitelesítő alkalmazás által biztosított hitelesítési kód megadásával.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kérjük, másolja az új API token. A biztonság kedvéért nem jelenik meg újra.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Kérjük, adja meg a jelszavát annak megerősítéséhez, hogy ki szeretne jelentkezni a többi böngészőből az összes eszközön.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "E-mail cím megerősítése", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Nézet", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Igen", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Azért kapja ezt az üzenetet, mert a fiókjára jelszó helyreállítási kérés érkezett.", "You have been invited to join the :team team!": "Meghívtak, hogy csatlakozzon az :team csapathoz!", "You have enabled two factor authentication.": "Két tényező hitelesítését engedélyezte.", diff --git a/locales/hy/hy.json b/locales/hy/hy.json index 810ff3144a9..5ddceaa5bc7 100644 --- a/locales/hy/hy.json +++ b/locales/hy/hy.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource մանրամասն", ":resource Details: :title": ":resource մանրամասն: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Նոր ստուգման հղումը ուղարկվել է գրանցման ժամանակ ձեր կողմից նշված էլեկտրոնային փոստի հասցեին:", "Accept Invitation": "Ընդունել Հրավերը", "Action": "Գործողություն", @@ -80,6 +81,7 @@ "Bahrain": "Բահրեյն", "Bangladesh": "Բանգլադեշ", "Barbados": "Բարբադոս", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Բելառուս", "Belgium": "Բելգիա", "Belize": "Բելիզ", @@ -125,6 +127,7 @@ "Choose Type": "Ընտրեք Տեսակը", "Christmas Island": "Սուրբ Ծննդյան Կղզի", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Սեղմեք Ընտրել", "Close": "Փակել", "Cocos (Keeling) Islands": "Կոկոս (Կիլինգ) Կղզիներ", @@ -187,6 +190,7 @@ "Done.": "Պատրաստված.", "Download": "Բեռնել", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Էկվադոր", "Edit": "Խմբագրել", "Edit :resource": "Խմբագրում :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Եթե դուք արդեն ունեք հաշիվ, կարող եք ընդունել այս հրավերը, սեղմելով ստորեւ կոճակը:", "If you did not create an account, no further action is required.": "Եթե դուք հաշիվ չեք ստեղծել հետագա գործողություններ չեն պահանջվում։", "If you did not expect to receive an invitation to this team, you may discard this email.": "Եթե դուք չեք ակնկալում ստանալ հրավեր այս թիմին, Դուք կարող եք հրաժարվել այս նամակից:", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Եթե դուք գաղտնաբառի վերականգնման հայցում չեք կատարել հետագա գործողություններ չեն պահանջվում։", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Եթե դուք չեք ունենա հաշիվ, Դուք կարող եք ստեղծել այն սեղմելով կոճակը ստորեւ. Հաշվի ստեղծումից հետո դուք կարող եք սեղմել հրավերի ընդունման կոճակը Այս նամակում ' ընդունելու թիմի հրավերը:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Խնդրում ենք սեղմել ներքևի կոճակին՝ ձեր Էլ-փոստի հասցեն հաստատելու համար։", "Please confirm access to your account by entering one of your emergency recovery codes.": "Խնդրում ենք հաստատել մուտք գործել Ձեր հաշիվը մուտքագրելով մեկը ձեր արտակարգ վերականգնման կոդերը.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Խնդրում ենք հաստատել մուտք գործել Ձեր հաշիվը մուտքագրելով վավերացման կոդը, որը տրամադրվում է ձեր վավերացման հավելվածի կողմից:", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Խնդրում ենք պատճենել Ձեր նոր API նշան. Ձեր անվտանգության համար այն այլեւս չի ցուցադրվի:", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Խնդրում ենք մուտքագրել Ձեր գաղտնաբառը հաստատելու համար, որ ցանկանում եք դուրս գալ ձեր բոլոր սարքերի այլ զննարկիչի նիստերից:", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Վենեսուելա", "Venezuela, Bolivarian Republic of": "Վենեսուելայի Բոլիվարական Հանրապետություն", "Verify Email Address": "Հաստատել Էլ-փոստի հասցեն", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Վիետնամ", "View": "Դիտել", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Այո", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Դուք ստանում եք այս Էլ․ նամակը, որովհետև ձեր հաշվից մենք ստացել ենք գաղտնաբառի վերականգնման հայցում։", "You have been invited to join the :team team!": "Ձեզ հրավիրել են միանալ :team-ի թիմին ։ ", "You have enabled two factor authentication.": "Դուք ընդգրկված երկու գործոն իսկությունը.", diff --git a/locales/id/id.json b/locales/id/id.json index 0fafb22c4b5..a98d1cefad1 100644 --- a/locales/id/id.json +++ b/locales/id/id.json @@ -6,6 +6,7 @@ ":days day trial": ":days hari percobaan", ":resource Details": "Detail :resource", ":resource Details: :title": "Detail :resource: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Tautan verifikasi baru telah dikirim ke alamat surel yang Anda berikan saat pendaftaran.", "Accept Invitation": "Terima Undangan", "Action": "Aksi", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Pilih Jenis", "Christmas Island": "Pulau Natal", "City": "Kota", + "click here to request another": "click here to request another", "Click to choose": "Klik untuk memilih", "Close": "Tutup", "Cocos (Keeling) Islands": "Kepulauan Cocos", @@ -187,6 +190,7 @@ "Done.": "Selesai.", "Download": "Unduh", "Download Receipt": "Unduh Tanda Terima", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekuador", "Edit": "Sunting", "Edit :resource": "Sunting :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Jika Anda sudah memiliki akun, anda bisa menerima undangan ini dengan mengklik tombol di bawah:", "If you did not create an account, no further action is required.": "Jika Anda tidak membuat akun, Anda tidak perlu melakukan apapun.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Jika Anda ingin untuk tidak menerima undangan tim ini, Anda bisa menghapus surel ini.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Jika Anda tidak meminta pengaturan ulang kata sandi, Anda tidak perlu melakukan apapun.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jika Anda tidak memiliki akun, Anda bisa membuatnya dengan mengklik tombol di bawah. Setelah membuat akun, Anda bisa mengklik tombol terima undangan pada surel ini untuk menerima undangan tim:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Jika Anda perlu menambahkan informasi kontak atau pajak tertentu ke tanda terima Anda, seperti nama lengkap bisnis Anda, nomor identifikasi VAT, atau alamat catatan, Anda dapat menambahkannya di sini.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Silakan klik tombol di bawah untuk memverifikasi alamat surel Anda.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Harap konfirmasi akses ke akun Anda dengan memasukkan satu dari kode pemulihan darurat Anda.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Harap konfirmasi akses ke akun Anda dengan memasukkan kode autentikasi yang diberikan oleh aplikasi pengautentikasi Anda.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Harap salin token API baru Anda. Untuk keamanan, token tidak akan ditampilkan lagi.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Harap isi kata sandi anda untuk mengkonfirmasi bahwa anda ingin keluar dari sesi browser lain yang ada di semua perangkat milik Anda.", "Please provide a maximum of three receipt emails addresses.": "Harap berikan maksimal tiga alamat surel tanda terima.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Republik Bolivarian Venezuela", "Verify Email Address": "Verifikasi Alamat Surel", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Tampilan", "View Receipt": "Lihat Tanda Terima", @@ -692,6 +699,7 @@ "Yes": "Ya", "You are already subscribed.": "Kamu sudah berlangganan.", "You are currently within your free trial period. Your trial will expire on :date.": "Anda sedang dalam masa percobaan gratis. Uji coba Anda akan berakhir pada :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Anda menerima surel ini karena kami menerima permintan pengaturan ulang kata sandi untuk akun anda.", "You have been invited to join the :team team!": "Anda telah diundang untuk bergabung ke tim :team!", "You have enabled two factor authentication.": "Anda telah menyalakan autentikasi dua faktor.", diff --git a/locales/is/is.json b/locales/is/is.json index 4bea2cf43aa..737c9a4db32 100644 --- a/locales/is/is.json +++ b/locales/is/is.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Upplýsingar", ":resource Details: :title": ":resource Upplýsingar: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Nýja staðfestingu hlekkur hefur verið send til netfangið sem þú gafst upp á skráningu.", "Accept Invitation": "Þiggja Boð", "Action": "Aðgerð", @@ -80,6 +81,7 @@ "Bahrain": "Jórdanía", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Hvíta", "Belgium": "Belgíu", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Velja Tegund", "Christmas Island": "Jól Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Smelltu á að velja", "Close": "Loka", "Cocos (Keeling) Islands": "Cocos (Keeling) Eyjar", @@ -187,6 +190,7 @@ "Done.": "Gert.", "Download": "Sækja", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvador", "Edit": "Breyta", "Edit :resource": "Breyta :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ef þú ert nú þegar með reikning, getur þú að samþykkja þetta boð með því að ýta á takkann neðan:", "If you did not create an account, no further action is required.": "Ef þú ekki að stofna reikning, engar frekari aðgerð er krafist.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ef þú gerðir ekki ráð að fá boð um að þetta lið, þú getur henda þessum tölvupósti.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ef þú hefur ekki beðið lykilorð endurstilla, engar frekari aðgerð er krafist.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ef þú ert ekki með reikning, þú getur búið einn af því að smella á hnappinn fyrir neðan. Eftir að stofna reikning, þú getur smelltu boð samþykki hnappinn í þessum tölvupósti til að samþykkja lið boð:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Vinsamlegast smelltu á hnappinn undir til að staðfesta netfangið þitt.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Gjörið svo vel að staðfesta aðgang að reikningnum þínum með því að slá einn af þínum neyðartilvikum bata númer.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Gjörið svo vel að staðfesta aðgang að reikningnum þínum með því að slá staðfesting númerið hjá authenticator umsókn.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Vinsamlegast afrit nýja API skapi. Fyrir öryggi þitt, það verður ekki sýnt aftur.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Sláðu inn lykilorðið þitt til að staðfesta að þú langar til að skrá þig út af öðrum vafra fundum yfir öll tæki.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venesúela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Staðfestum Netfangið", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Skoða", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Já", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Þú ert að fá þetta bréf vegna þess að við fengið lykilorðið endurstilla beiðni fyrir reikningnum þínum.", "You have been invited to join the :team team!": "Þú hefur verið boðið að taka þátt í :team lið!", "You have enabled two factor authentication.": "Þú hefur virkjað tvær þáttur staðfesting.", diff --git a/locales/it/it.json b/locales/it/it.json index 3d05283ffcf..b6cffb1f9b6 100644 --- a/locales/it/it.json +++ b/locales/it/it.json @@ -6,6 +6,7 @@ ":days day trial": ":days giorni di prova", ":resource Details": "Dettagli :resource", ":resource Details: :title": "Dettagli :resource: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Un nuovo link di verifica è stato inviato all'indirizzo email fornito durante la registrazione.", "Accept Invitation": "Accetta l'invito", "Action": "Azione", @@ -80,6 +81,7 @@ "Bahrain": "Bahrein", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorussia", "Belgium": "Belgio", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Scegli un tipo", "Christmas Island": "Isola di Natale", "City": "Città", + "click here to request another": "click here to request another", "Click to choose": "Clicca per selezionare", "Close": "Chiudi", "Cocos (Keeling) Islands": "Isole Cocos (Keeling)", @@ -187,6 +190,7 @@ "Done.": "Fatto.", "Download": "Scarica", "Download Receipt": "Scarica Ricevuta", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Modifica", "Edit :resource": "Modifica :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Se hai già un account, puoi accettare questo invito cliccando sul pulsante seguente:", "If you did not create an account, no further action is required.": "Se non hai creato un account, non è richiesta alcuna azione.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Se non aspettavi nessun invito per questo team, puoi ignorare questa email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Se non hai richiesto un reset della password, non è richiesta alcuna azione.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Se non hai un account, puoi crearne uno cliccando sul pulsante sotto. Dopo averlo creato, potrai cliccare il pulsante per accettare l'invito presente in questa email:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Se hai bisogno di aggiungere informazioni specifiche di contatto o legali sulla tua ricevuta, come il nome della tua azienda, la partita iva, la sede legale, puoi aggiungerle qui.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Clicca sul pulsante qui sotto per verificare il tuo indirizzo email.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Conferma l'accesso al tuo account inserendo uno dei tuoi codici di ripristino di emergenza.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Conferma l'accesso al tuo account inserendo il codice di autenticazione fornito dalla tua applicazione di autenticazione.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Copia il tuo nuovo Token API. Per la tua sicurezza, non verrà più mostrato.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Inserisci la tua password per confermare che desideri disconnetterti dalle altre sessioni del browser su tutti i tuoi dispositivi.", "Please provide a maximum of three receipt emails addresses.": "Per piacere fornisci al massimo tre indirizzi email ai quali inviare le ricevute.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Repubblica Bolivariana", "Verify Email Address": "Verifica indirizzo email", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Visualizza", "View Receipt": "Visualizza ricevuta", @@ -692,6 +699,7 @@ "Yes": "Si", "You are already subscribed.": "Sei già abbonato.", "You are currently within your free trial period. Your trial will expire on :date.": "Sei nel tuo periodo di prova. La prova scadrà il :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Hai ricevuto questa email perché abbiamo ricevuto una richiesta di reset della password per il tuo account.", "You have been invited to join the :team team!": "Sei stato invitato ad entrare nel team :team!", "You have enabled two factor authentication.": "Hai abilitato l'autenticazione a due fattori.", diff --git a/locales/ja/ja.json b/locales/ja/ja.json index 64a40ddc660..8b97956ae68 100644 --- a/locales/ja/ja.json +++ b/locales/ja/ja.json @@ -6,6 +6,7 @@ ":days day trial": ":days日のトライアル", ":resource Details": ":resource詳細", ":resource Details: :title": ":resource詳細:title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "入力いただいたメールアドレスに新しい確認メールを送信しました。", "Accept Invitation": "招待を受け入れる", "Action": "演技はじめ!", @@ -80,6 +81,7 @@ "Bahrain": "バーレーン", "Bangladesh": "バングラデシュ", "Barbados": "バルバドス", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "ベラルーシ", "Belgium": "ベルギー", "Belize": "ベリーズ", @@ -125,6 +127,7 @@ "Choose Type": "タイプを選択", "Christmas Island": "クリスマス島", "City": "市区町村", + "click here to request another": "click here to request another", "Click to choose": "クリックして選択する", "Close": "閉じる", "Cocos (Keeling) Islands": "ココス(キーリング)諸島", @@ -187,6 +190,7 @@ "Done.": "完了", "Download": "ダウンロード", "Download Receipt": "領収書をダウンロード", + "E-Mail Address": "E-Mail Address", "Ecuador": "エクアドル", "Edit": "編集", "Edit :resource": ":resourceを編集", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "アカウントがすでにある場合は、以下のボタンをクリックして招待を承認できます:", "If you did not create an account, no further action is required.": "アカウントの作成にお心当たりがない場合は、このメールを無視してください。", "If you did not expect to receive an invitation to this team, you may discard this email.": "この招待メールにお心当たりがない場合は、このメールを無視してください。", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "パスワード再設定のリクエストにお心当たりがない場合は、このメールを無視してください。", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "アカウントをお持ちでない場合は、以下のボタンをクリックしてアカウントを作成できます。アカウント作成後は招待メールのリンクをクリックして登録を完了してください。", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "領収書に社名や住所など追加の情報を記載する場合はこちらに記入してください。", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "メールアドレスを確認するには、以下のボタンをクリックしてください。", "Please confirm access to your account by entering one of your emergency recovery codes.": "アカウントへアクセスするには、リカバリーコードを1つ入力してください。", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "認証アプリから提供された認証コードを入力し、アカウントへのアクセスを確認してください。", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "新しいAPIトークンをコピーしてください。安全のため、二度と表示されません。", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "すべての端末からログアウトします。よろしければパスワードを入力してください。", "Please provide a maximum of three receipt emails addresses.": "領収書発行用メールアドレスを最大3つまで入力してください。", @@ -666,6 +672,7 @@ "Venezuela": "ベネズエラ", "Venezuela, Bolivarian Republic of": "ベネズエラ・ボリバル共和国", "Verify Email Address": "メールアドレスを確認してください", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "ベトナム", "View": "ビュー", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "はい。", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "現在トライアル期間です。トライアル期間は:dateまでです。", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "パスワード再設定のリクエストを受け付けました。", "You have been invited to join the :team team!": ":teamに招待されました。", "You have enabled two factor authentication.": "二段階認証が有効です。", diff --git a/locales/ka/ka.json b/locales/ka/ka.json index 6ffc7d6a0bd..a8657e33455 100644 --- a/locales/ka/ka.json +++ b/locales/ka/ka.json @@ -6,6 +6,7 @@ ":days day trial": ":days საცდელი დღე", ":resource Details": ":resource დეტალები", ":resource Details: :title": ":resource დეტალები: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "ახალი გადამოწმების ლინკი გაიგზავნა ელექტრონული ფოსტის მისამართი თქვენ უზრუნველყოფილი რეგისტრაციის დროს.", "Accept Invitation": "მოწვევა", "Action": "აქცია", @@ -80,6 +81,7 @@ "Bahrain": "ბაჰრე", "Bangladesh": "ბანგლადეში", "Barbados": "ბარბადოსი", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "ბელარუსი", "Belgium": "ბელგია", "Belize": "ბელიზი", @@ -125,6 +127,7 @@ "Choose Type": "აირჩიეთ ტიპი", "Christmas Island": "საშობაო კუნძული", "City": "ქალაქი", + "click here to request another": "click here to request another", "Click to choose": "დაწკაპეთ ასარჩევად", "Close": "დახურვა", "Cocos (Keeling) Islands": "Cocos (Keeling) კუნძულები", @@ -187,6 +190,7 @@ "Done.": "შესრულებულია.", "Download": "ჩამოტვირთვა", "Download Receipt": "ინვოისის გადმოწერა", + "E-Mail Address": "E-Mail Address", "Ecuador": "ეკვადორი", "Edit": "რედაქტირება", "Edit :resource": "რედაქტირება :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "თუ თქვენ უკვე გაქვთ ანგარიში, თქვენ შეიძლება მიიღოს ეს მოწვევა დაჭერით ღილაკს ქვემოთ:", "If you did not create an account, no further action is required.": "თუ თქვენ არ ანგარიშის შექმნა, არ შემდგომი ქმედება არ არის საჭირო.", "If you did not expect to receive an invitation to this team, you may discard this email.": "თუ თქვენ არ ველოდო მიწვევა ამ გუნდს, თქვენ შეიძლება გაუქმება ელ.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "თუ არ მოგითხოვიათ პაროლის შეცვლა, არანაირი საპასუხო ქმედება არ არის საჭირო.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "თუ თქვენ არ გაქვთ ანგარიში, თქვენ შეიძლება შექმნათ ერთი დაჭერით ღილაკს ქვემოთ. ანგარიშის შექმნის შემდეგ, თქვენ შეგიძლიათ დააჭიროთ მოწვევა მიღება ღილაკს ამ ელ მიიღოს გუნდი მოწვევა:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "გთხოვთ, დააჭირეთ ღილაკს ქვემოთ, რათა შეამოწმოს თქვენი ელექტრონული ფოსტის მისამართი.", "Please confirm access to your account by entering one of your emergency recovery codes.": "გთხოვთ დაადასტუროთ ხელმისაწვდომობის თქვენი ანგარიში შესვლის ერთი თქვენი საგანგებო აღდგენა კოდები.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "გთხოვთ დაადასტუროთ ხელმისაწვდომობის თქვენი ანგარიში შესვლის ავტორიზაციის კოდი გათვალისწინებული თქვენი authenticator განცხადება.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "გთხოვთ დააკოპირეთ თქვენი ახალი API ნიშნად. თქვენი უსაფრთხოების, ეს არ იქნება ნაჩვენები ერთხელ.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "გთხოვთ შეიყვანოთ თქვენი პაროლი ადასტურებენ გსურთ შეხვიდეთ თქვენი სხვა ბრაუზერის სხდომები მთელი თქვენი მოწყობილობების.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "ვენესუელა", "Venezuela, Bolivarian Republic of": "ვენესუელა", "Verify Email Address": "გადაამოწმონ ელექტრონული ფოსტის მისამართი", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "ნახვა", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "დიახ", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "თქვენ ხედავთ აღნიშნულ შეტყობინებას რადგან მივიღეთ თქვენი მოთხოვნა პაროლის აღდგენასთან დაკავშირებით.", "You have been invited to join the :team team!": "თქვენ მიწვეული :team გუნდი!", "You have enabled two factor authentication.": "თქვენ საშუალება ორი ფაქტორი ავტორიზაციის.", diff --git a/locales/kk/kk.json b/locales/kk/kk.json index dc23c6162d7..dc81a0da5b7 100644 --- a/locales/kk/kk.json +++ b/locales/kk/kk.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Толығырақ", ":resource Details: :title": ":resource Толығырақ: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Тіркеу кезінде сіз көрсеткен электрондық пошта мекенжайына Жаңа тексеру сілтемесі жіберілді.", "Accept Invitation": "Шақыруды Қабылдау", "Action": "Әрекет", @@ -80,6 +81,7 @@ "Bahrain": "Бахрейн", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Беларусь", "Belgium": "Бельгия", "Belize": "Белиз", @@ -125,6 +127,7 @@ "Choose Type": "Түрін Таңдаңыз", "Christmas Island": "Рождество Аралы", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Таңдау үшін басыңыз", "Close": "Жабу", "Cocos (Keeling) Islands": "Кокос (Килинг) Аралдары", @@ -187,6 +190,7 @@ "Done.": "Жасалған.", "Download": "Скачать", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Эквадор", "Edit": "Редакциялау", "Edit :resource": "Өңдеу :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Егер сізде тіркелгі болса, төмендегі батырманы басу арқылы осы шақыруды қабылдай аласыз:", "If you did not create an account, no further action is required.": "Егер сіз тіркелгі жасамаған болсаңыз, онда ешқандай қосымша әрекет қажет емес.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Егер сіз осы командаға шақыру алуды күтпеген болсаңыз, онда сіз бұл хаттан бас тарта аласыз.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Егер сіз құпиясөзді қалпына келтіруді сұрамасаңыз, онда ешқандай қосымша әрекет қажет емес.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Егер сізде тіркелгі болмаса, оны төмендегі батырманы басу арқылы жасай аласыз. Тіркелгіні жасағаннан кейін, шақыру пәрменін қабылдау үшін осы электрондық поштадағы шақыру түймесін басуға болады:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "E-mail мекенжайыңызды растау үшін төмендегі батырманы басыңыз.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Төтенше жағдайды қалпына келтіру кодтарының бірін енгізу арқылы есептік жазбаңызға кіруді растаңыз.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Аутентификатор қосымшасы ұсынған аутентификация кодын енгізу арқылы есептік жазбаңызға кіруді растаңыз.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Жаңа API таңбалауышын көшіріңіз. Сіздің қауіпсіздігіңіз үшін ол енді көрсетілмейді.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Барлық құрылғылардағы басқа шолғыш сеанстарынан шыққыңыз келетінін растау үшін құпия сөзді енгізіңіз.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венесуэла", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Email мекенжайды растау", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Смотреть", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Иә", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Тіркелгіңізге құпия сөзді қалпына келтіру туралы сұрау келіп түскесін, сіз бұл хатты алдыңыз.", "You have been invited to join the :team team!": "Сізді :team командасына қосылуға шақырды!", "You have enabled two factor authentication.": "Сіз екі факторлы аутентификацияны қостыңыз.", diff --git a/locales/km/km.json b/locales/km/km.json index 847574cc2f8..44fc9c775b0 100644 --- a/locales/km/km.json +++ b/locales/km/km.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource លម្អិត", ":resource Details: :title": ":resource លម្អិត::title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "តំណផ្ទៀងផ្ទាត់ថ្មីត្រូវបានផ្ញើទៅកាន់អ៊ីម៉ែលអាស័យដ្ឋានអ្នកផ្តល់ក្នុងអំឡុងការចុះឈ្មោះ។", "Accept Invitation": "ទទួលយកការអញ្ជើញ", "Action": "សកម្មភាព", @@ -80,6 +81,7 @@ "Bahrain": "បារ៉ែន", "Bangladesh": "បង់ក្លាដែស", "Barbados": "បាបាដុស", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "បេឡារុស", "Belgium": "បែលហ្ស៊ិក", "Belize": "បេលី", @@ -125,6 +127,7 @@ "Choose Type": "ជ្រើសប្រភេទ", "Christmas Island": "កោះ​គ្រីស្មាស", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "ចុចដើម្បីជ្រើសរើស", "Close": "បិទ", "Cocos (Keeling) Islands": "កោះ​កូកូស (គីលីង)", @@ -187,6 +190,7 @@ "Done.": "បានធ្វើ។", "Download": "ទាញយក", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "អេក្វាទ័រ", "Edit": "កែសម្រួល", "Edit :resource": "កែសម្រួល :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "ប្រសិនបើអ្នកមានគណនីរួចហើយ អ្នកអាចទទួលយកការអញ្ជើញនេះដោយចុចប៊ូតុងខាងក្រោម:", "If you did not create an account, no further action is required.": "ប្រសិនបើអ្នកមិនបានបង្កើតគណនីទេ គ្មានការទាមទារសកម្មភាពបន្ថែមឡើយ។", "If you did not expect to receive an invitation to this team, you may discard this email.": "ប្រសិនបើអ្នកមិនបានរំពឹងថានឹងទទួលការអញ្ជើញដើម្បីក្រុមនេះ អ្នកអាចបោះចោលអ៊ីមែលនេះ។", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "ប្រសិនបើអ្នកមិនបានស្នើសុំប្តូរពាក្យសម្ងាត់,គ្មានការទាមទារសកម្មភាពបន្ថែមឡើយ។", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ប្រសិនបើអ្នកមិនមានគណនីទេ អ្នកអាចបង្កើតមួយដោយចុចប៊ូតុងខាងក្រោម។ បន្ទាប់ពីការបង្កើតគណនីមួយ អ្នកអាចចុចការអញ្ជើញទទួលយកប៊ូតុងនៅក្នុងនេះអ៊ីម៉ែលដើម្បីទទួលយកការអញ្ជើញរបស់ក្រុម:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "សូមចុចប៊ូតុងខាងក្រោមដើម្បីផ្ទៀងផ្ទាត់អ៊ីម៉ែល។", "Please confirm access to your account by entering one of your emergency recovery codes.": "សូមបញ្ជាក់ចូលគណនីរបស់អ្នកដោយបញ្ចូលមួយនៃការលេខកូដពេលអាសន្ន។", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "សូមបញ្ជាក់ចូលគណនីរបស់អ្នកដោយបញ្ចូលលេខកូដដែលផ្តល់ជូនដោយកម្មវិធីផ្ទៀងផ្ទាត់របស់អ្នក។", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "សូមចម្លង API Token ថ្មីរបស់អ្នក។ សម្រាប់សន្តិសុខរបស់អ្នក,វានឹងមិនត្រូវបានបង្ហាញម្តងទៀត។", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "សូមបញ្ចូលពាក្យសម្ងាត់ដើម្បីបញ្ជាក់អ្នកចង់ចាកចេញរបស់អ្នកនៃឧបករណ៍ទាំងអស់។", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "វេណេហ្ស៊ុយ", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ផ្ទៀងអ៊ីម៉ែល", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "វៀតណាម", "View": "មើល", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "បាទ\/ចាស៎", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "អ្នកទទួលអ៊ីម៉ែលនេះព្រោះយើងបានទទួលពាក្យសម្ងាត់កំណត់ស្នើសុំសម្រាប់គណនីរបស់អ្នក។", "You have been invited to join the :team team!": "អ្នកត្រូវបានគេអញ្ជើញឱ្យចូលរួមក្រុម :team!", "You have enabled two factor authentication.": "អ្នកបានអនុញ្ញាតពីកត្តាការផ្ទៀង។", diff --git a/locales/kn/kn.json b/locales/kn/kn.json index d6e23cd0698..a629311288f 100644 --- a/locales/kn/kn.json +++ b/locales/kn/kn.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource ವಿವರಗಳು", ":resource Details: :title": ":resource ವಿವರಗಳು: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "ಒಂದು ಹೊಸ ಪರಿಶೀಲನೆ ಲಿಂಕ್ ಮಾಡಲಾಗಿದೆ ಕಳುಹಿಸಲಾಗಿದೆ ನೀವು ಒದಗಿಸಿದ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ನೋಂದಣಿ ಸಮಯದಲ್ಲಿ.", "Accept Invitation": "ಆಮಂತ್ರಣವನ್ನು ಸ್ವೀಕರಿಸುವುದಿಲ್ಲ", "Action": "ಕ್ರಮ", @@ -80,6 +81,7 @@ "Bahrain": "ಬಹರೇನ್", "Bangladesh": "ಬಾಂಗ್ಲಾದೇಶ", "Barbados": "ಬಾರ್ಬಡೋಸ್", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "ಬೆಲಾರಸ್", "Belgium": "ಬೆಲ್ಜಿಯಂ", "Belize": "ಬೆಲೀಜ್", @@ -125,6 +127,7 @@ "Choose Type": "ಆಯ್ಕೆ ಮಾದರಿ", "Christmas Island": "ಕ್ರಿಸ್ಮಸ್ ದ್ವೀಪ", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "ಕ್ಲಿಕ್ ಮಾಡಿ ಆಯ್ಕೆ", "Close": "ಮುಚ್ಚಿ", "Cocos (Keeling) Islands": "ಕೋಕೋಸ್ (Keeling) ದ್ವೀಪಗಳು", @@ -187,6 +190,7 @@ "Done.": "ಮಾಡಲಾಗುತ್ತದೆ.", "Download": "ಡೌನ್ಲೋಡ್", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "ಈಕ್ವೆಡಾರ್", "Edit": "ಸಂಪಾದಿಸಿ", "Edit :resource": "ಸಂಪಾದಿಸಿ :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "ನೀವು ಈಗಾಗಲೇ ಒಂದು ಖಾತೆಯನ್ನು ಹೊಂದಿದ್ದರೆ, ನೀವು ಮಾಡಬಹುದು ಈ ಆಹ್ವಾನವನ್ನು ಸ್ವೀಕರಿಸಿ ಕೆಳಗಿನ ಬಟನ್ ಕ್ಲಿಕ್:", "If you did not create an account, no further action is required.": "ನೀವು ಖಾತೆಯೊಂದನ್ನು ರಚಿಸದಿದ್ದರೆ, ಹೆಚ್ಚಿನ ಕ್ರಮಗಳ ಅಗತ್ಯವಿಲ್ಲ.", "If you did not expect to receive an invitation to this team, you may discard this email.": "ನೀವು ನಿರೀಕ್ಷಿಸಿರಲಿಲ್ಲ ಸ್ವೀಕರಿಸಲು ಆಹ್ವಾನ ಈ ತಂಡ, you may ತಿರಸ್ಕರಿಸಲು ಈ ಇಮೇಲ್.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸಲು ನೀವು ವಿನಂತಿಸದಿದ್ದರೆ, ಹೆಚ್ಚಿನ ಕ್ರಮಗಳ ಅಗತ್ಯವಿಲ್ಲ.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ನೀವು ಒಂದು ಖಾತೆಯನ್ನು ಹೊಂದಿಲ್ಲ, ನೀವು ರಚಿಸಲು ಒಂದು ಗುಂಡಿಯನ್ನು ಕ್ಲಿಕ್ಕಿಸುವುದರ ಮೂಲಕ ಕೆಳಗೆ. ನಂತರ ಖಾತೆಯನ್ನು ರಚಿಸಲು, ನೀವು ಕ್ಲಿಕ್ ಮಾಡಬಹುದು ಆಮಂತ್ರಣ ಸ್ವೀಕಾರ ಬಟನ್ ಈ ಇಮೇಲ್ ಸ್ವೀಕರಿಸಲು ತಂಡ ಆಮಂತ್ರಣ:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಪರಿಶೀಲಿಸಲು ಕೆಳಗಿನ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ.", "Please confirm access to your account by entering one of your emergency recovery codes.": "ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಿ ಪ್ರವೇಶವನ್ನು ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸುವ ಮೂಲಕ ಒಂದು ನಿಮ್ಮ ತುರ್ತು ಚೇತರಿಕೆ ಸಂಕೇತಗಳು.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಿ ಪ್ರವೇಶವನ್ನು ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಪ್ರವೇಶಿಸುವ ಮೂಲಕ ದೃಢೀಕರಣ ಕೋಡ್ ಒದಗಿಸಿದ ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "ದಯವಿಟ್ಟು ಪ್ರತಿಯನ್ನು ನಿಮ್ಮ ಹೊಸ API ಟೋಕನ್. ನಿಮ್ಮ ಭದ್ರತಾ, it won ' t be shown ಮತ್ತೆ.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಲು ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ನಮೂದಿಸಿ you would like to log out, ನಿಮ್ಮ ಇತರ ಬ್ರೌಸರ್ ಅವಧಿಯಲ್ಲಿ ಎಲ್ಲಾ ಅಡ್ಡಲಾಗಿ ನಿಮ್ಮ ಸಾಧನಗಳು.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಪರಿಶೀಲಿಸಿ", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "ವೀಕ್ಷಿಸಿ", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "ಹೌದು", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "ನಿಮ್ಮ ಖಾತೆಗಾಗಿ ಪಾಸ್ವರ್ಡ್ ಮರುಹೊಂದಿಸುವ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆಂದು ನೀವು ಈ ಇಮೇಲ್ ಅನ್ನು ಸ್ವೀಕರಿಸುತ್ತಿರುವಿರಿ.", "You have been invited to join the :team team!": "ನೀವು ಆಮಂತ್ರಿಸಲಾಗಿದೆ ಸೇರಲು :team ತಂಡ!", "You have enabled two factor authentication.": "ನೀವು ಕುಕೀ ಎರಡು ಫ್ಯಾಕ್ಟರ್ ದೃಢೀಕರಣ.", diff --git a/locales/ko/ko.json b/locales/ko/ko.json index 0fc3ff2a22e..cc38d0a7bd4 100644 --- a/locales/ko/ko.json +++ b/locales/ko/ko.json @@ -6,6 +6,7 @@ ":days day trial": ":days일 평가판", ":resource Details": ":resource 세부 정보", ":resource Details: :title": ":resource 세부 정보: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "새로운 확인 링크를 가입할 때 사용한 이메일 주소로 보냈습니다.", "Accept Invitation": "초대 수락", "Action": "액션", @@ -80,6 +81,7 @@ "Bahrain": "바레인", "Bangladesh": "방글라데시", "Barbados": "바베이도스", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "벨라루스", "Belgium": "벨기에", "Belize": "벨리즈", @@ -125,6 +127,7 @@ "Choose Type": "유형 선택", "Christmas Island": "크리스마스섬", "City": "도시", + "click here to request another": "click here to request another", "Click to choose": "선택하려면 클릭하세요", "Close": "닫기", "Cocos (Keeling) Islands": "코코스 제도", @@ -187,6 +190,7 @@ "Done.": "완료됨.", "Download": "다운로드", "Download Receipt": "영수증 다운로드", + "E-Mail Address": "E-Mail Address", "Ecuador": "에콰도르", "Edit": "수정", "Edit :resource": ":resource 수정", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "이미 계정을 가지고 계신다면, 아래 버튼을 눌러 초대를 수락 할 수 있습니다.", "If you did not create an account, no further action is required.": "계정을 생성하지 않았다면 추가 조치가 필요하지 않습니다.", "If you did not expect to receive an invitation to this team, you may discard this email.": "이 팀에서 초대를 받기로 하시지 않으셨다면, 무시하셔도 됩니다.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "귀하께서 비밀번호 재설정을 요청하지 않으셨다면, 추가 조치가 필요하지 않습니다.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "계정이 없으시다면 아래 버튼을 눌러 계정을 만들고, 이 메일에 있는 수락 버튼을 눌러 팀 초대를 수락 할 수 있습니다:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "전체 회사 정보, VAT 식별 번호 또는 기록 주소와 같은 특정 연락처 또는 세금 정보를 영수증에 추가해야 하는 경우 여기에 추가할 수 있습니다.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "이메일 주소를 확인하려면 아래 버튼을 클릭하십시오.", "Please confirm access to your account by entering one of your emergency recovery codes.": "긴급 복구 코드 중 하나를 입력하여 계정에 대한 액세스를 확인하세요.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "인증 프로그램에서 제공한 코드를 입력하여 계정에 대한 액세스를 확인하세요.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "새 API 토큰을 복사하십시오. 보안을 위해 다시 보여드리지 않습니다.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "다른 모든 세션에서 로그아웃할 것인지 확인하기 위해 암호를 입력하세요.", "Please provide a maximum of three receipt emails addresses.": "최대 3개의 수신 이메일 주소를 입력하세요.", @@ -666,6 +672,7 @@ "Venezuela": "베네수엘라", "Venezuela, Bolivarian Republic of": "베네수엘라, 볼리바리아 공화국", "Verify Email Address": "이메일 주소 확인", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "베트남", "View": "뷰", "View Receipt": "영수증 보기", @@ -692,6 +699,7 @@ "Yes": "예", "You are already subscribed.": "이미 구독되어있습니다.", "You are currently within your free trial period. Your trial will expire on :date.": "현재 무료 체험 기간 중입니다. 평가판은 :date에 만료됩니다.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "귀하의 계정에 대한 비밀번호 재설정이 요청되어 이 메일이 발송되었습니다.", "You have been invited to join the :team team!": ":team 팀에 초대되셨습니다!", "You have enabled two factor authentication.": "2단계 인증을 활성화했습니다.", diff --git a/locales/lt/lt.json b/locales/lt/lt.json index e6bc1e325d2..90e8160b15e 100644 --- a/locales/lt/lt.json +++ b/locales/lt/lt.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource detalės", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Nauja patvirtinimo nuoroda buvo išsiųsta el. pašto adresu, kurį pateikėte registruojantis.", "Accept Invitation": "Priimti Kvietimą", "Action": "Veiksmas", @@ -80,6 +81,7 @@ "Bahrain": "Bahreinas", "Bangladesh": "Bangladešas", "Barbados": "Barbadosas", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Baltarusija", "Belgium": "Belgija", "Belize": "Belizas", @@ -125,6 +127,7 @@ "Choose Type": "Pasirinkite Tipą", "Christmas Island": "Kalėdų Sala", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Spustelėkite, jei norite pasirinkti", "Close": "Uždaryti", "Cocos (Keeling) Islands": "Kokos (Keeling) Salos", @@ -187,6 +190,7 @@ "Done.": "Atlikta.", "Download": "Atsisiųsti", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvadoras", "Edit": "Redaguoti", "Edit :resource": "Redaguoti:resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Jei jau turite paskyrą, galite priimti šį kvietimą spustelėdami žemiau esantį mygtuką:", "If you did not create an account, no further action is required.": "Jeigu paskyrą kūrėte ne jūs, papildomų veiksmų atlikti nereikia.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Jei nesitikėjote gauti kvietimo į šią komandą, galite atsisakyti šio el.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Jeigu neprašėte atstatyti slaptažodį, jokių veiksmų atlikti nereikia.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jei neturite paskyros, galite sukurti vieną spustelėdami žemiau esantį mygtuką. Sukūrę paskyrą, galite spustelėti kvietimo priėmimo Mygtuką šiame el.:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Spauskite mygtuką žemiau, norėdami patvirtinti savo el. pašto adresą.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Prašome patvirtinti prisijungimą į paskyrą įvedant vieną iš jūsų atkūrimo kodų.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Prašome patvirtinti prisijungimą į paskyrą įvedant autentifikavimo kodą iš jūsų autentifikavimo programėlės.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Nusikopijuokite savo naują API raktą. Dėl jūsų saugumo daugiau jo nerodysime.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Įveskite savo slaptažodį, kad patvirtintumėte, jog norėtumėte atsijungti nuo kitų naršyklės sesijų visuose jūsų įrenginiuose.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venesuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "El. pašto adreso patvirtinimas", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Nuomonė", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Teigiamas", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Jūs gavote šį el. laišką, nes buvo išsiųsta jūsų paskyros slaptažodžio atstatymo užklausa.", "You have been invited to join the :team team!": "Jūs buvote pakviestas prisijungti prie :team komandos!", "You have enabled two factor authentication.": "Jūs įjungęs dviejų veiksnių autentifikaciją.", diff --git a/locales/lv/lv.json b/locales/lv/lv.json index 28b3e478c7e..aaf5b844c5b 100644 --- a/locales/lv/lv.json +++ b/locales/lv/lv.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Detaļas", ":resource Details: :title": ":resource Detaļas: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Reģistrācijas laikā norādītajai e-pasta adresei ir nosūtīta jauna verifikācijas saite.", "Accept Invitation": "Pieņemt Ielūgumu", "Action": "Darbība", @@ -80,6 +81,7 @@ "Bahrain": "Bahreina", "Bangladesh": "Bangladeša", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Baltkrievija", "Belgium": "Beļģija", "Belize": "Beliza", @@ -125,6 +127,7 @@ "Choose Type": "Izvēlieties Veidu", "Christmas Island": "Ziemassvētku Sala", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Noklikšķiniet, lai izvēlētos", "Close": "Tuvs", "Cocos (Keeling) Islands": "Kokosu (Kīlinga) Salas", @@ -187,6 +190,7 @@ "Done.": "Veikts.", "Download": "Lejupielādēt", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvadora", "Edit": "Rediģēt", "Edit :resource": "Rediģēt :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ja jums jau ir konts, jūs varat pieņemt šo ielūgumu, noklikšķinot uz pogas zemāk:", "If you did not create an account, no further action is required.": "Ja neesat izveidojis kontu, turpmāka darbība nav nepieciešama.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ja jūs negaidījāt saņemt uzaicinājumu uz šo komandu, jūs varat izmest šo e-pastu.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ja neesat pieprasījis paroles atiestatīšanu, turpmāka darbība nav nepieciešama.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ja jums nav konta, varat to izveidot, noklikšķinot uz tālāk redzamās pogas. Pēc konta izveides šajā e-pastā varat noklikšķināt uz ielūguma pieņemšanas pogas, lai pieņemtu komandas ielūgumu:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Lūdzu, noklikšķiniet uz pogas zemāk, lai pārbaudītu savu e-pasta adresi.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Lūdzu, apstipriniet piekļuvi savam kontam, ievadot vienu no jūsu avārijas atgūšanas kodiem.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Lūdzu, apstipriniet piekļuvi savam kontam, ievadot autentifikācijas kodu, ko nodrošina autentifikatora lietojumprogramma.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Lūdzu, kopējiet savu jauno API marķieri. Jūsu drošībai tas netiks rādīts vēlreiz.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Lūdzu, ievadiet savu paroli, lai apstiprinātu, ka vēlaties atteikties no citām pārlūkprogrammas sesijām visās jūsu ierīcēs.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venecuēla", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Pārbaudiet E-Pasta Adresi", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Skats", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Jā", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Jūs saņemat šo e-pastu, jo mēs saņēmām paroles atiestatīšanas pieprasījumu jūsu kontam.", "You have been invited to join the :team team!": "Jūs esat aicināti pievienoties :team komandai!", "You have enabled two factor authentication.": "Jūs esat iespējojis divu faktoru autentifikāciju.", diff --git a/locales/mk/mk.json b/locales/mk/mk.json index 7953fe6f549..9842415f268 100644 --- a/locales/mk/mk.json +++ b/locales/mk/mk.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Детали", ":resource Details: :title": ":resource Детали: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Испратен е нов линк за потврда до e-mail адресата што ја внесовте при регистрацијата.", "Accept Invitation": "Прифатете ја поканата", "Action": "Акција", @@ -80,6 +81,7 @@ "Bahrain": "Бахреин", "Bangladesh": "Бангладеш", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Белорусија", "Belgium": "Белгија", "Belize": "Белизе", @@ -125,6 +127,7 @@ "Choose Type": "Изберете Тип", "Christmas Island": "Божиќен Остров", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Кликнете за да изберете", "Close": "Затвори", "Cocos (Keeling) Islands": "Cocos (Keeling) Острови", @@ -187,6 +190,7 @@ "Done.": "Направено.", "Download": "Преземете", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Еквадор", "Edit": "Edit", "Edit :resource": "Уредување :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ако веќе имате сметка, може да ја прифатите оваа покана со кликнување на копчето подолу:", "If you did not create an account, no further action is required.": "Ако не создадовте сметка, не е потребно понатамошно дејство.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако не очекувавте да добиете покана до овој тим, може да ја игнорирате оваа e-mail порака.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ако не побаравте ресетирање на лозинка, не е потребно понатамошно дејство.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате сметка, можете да креирате една со кликнување на копчето подолу. Откако ќе креирате сметка, можете да кликнете на копчето за прифаќање покана во оваа e-mail порака за да ја прифатите поканата за тимот:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Кликнете на копчето подолу за да ја потврдите вашата e-mail адреса.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Ве молиме потврдете пристап до вашата сметка со внесување на еден од вашите кодови за обновување.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Ве молиме потврдете пристап до вашата сметка со внесување на кодот за идентификација обезбедени од страна на вашата апликација за автентикација.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Копирајте го вашиот нов API токен. За ваша безбедност, нема да биде прикажан повторно.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Внесете ја вашата лозинка за да потврдите дека сакате да се одјавите од другите сесии на прелистувачот на сите ваши уреди.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венецуела", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Потврдија Е-маил Адресата", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Погледнете", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Ја добивате оваа e-mail порака затоа што добивме барање за ресетирање на лозинка за вашата сметка.", "You have been invited to join the :team team!": "Вие сте поканети да се придружите на следниот тим :team!", "You have enabled two factor authentication.": "Овозможивте дуо фактор автентикација.", diff --git a/locales/mn/mn.json b/locales/mn/mn.json index 1d27735d125..7e35f5176a5 100644 --- a/locales/mn/mn.json +++ b/locales/mn/mn.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource дэлгэрэнгүй", ":resource Details: :title": ":resource дэлгэрэнгүй: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Шинэ шалгах холбоос бүртгэлийн явцад та өгсөн и-мэйл хаяг руу илгээсэн байна.", "Accept Invitation": "Урилгыг Хүлээн Ав", "Action": "Үйл ажиллагааны", @@ -80,6 +81,7 @@ "Bahrain": "Бахрейн", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Беларусь улс", "Belgium": "Бельги", "Belize": "Белиз", @@ -125,6 +127,7 @@ "Choose Type": "Төрөл Сонгох", "Christmas Island": "Христийн Мэндэлсний Баярын Арал", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Сонгох дарна уу", "Close": "Хаах", "Cocos (Keeling) Islands": "Кокос (Кийлинг) Арлууд", @@ -187,6 +190,7 @@ "Done.": "Үйлдэв.", "Download": "Татаж авах", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Эквадор", "Edit": "Засах", "Edit :resource": "Засах :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Хэрэв та аль хэдийн данс байгаа бол, Хэрэв та доорх товчийг дарж энэ урилгыг хүлээн авч болно:", "If you did not create an account, no further action is required.": "Хэрэв та данс үүсгэж чадахгүй байсан бол, ямар ч нэмэлт арга хэмжээ авах шаардлагатай байна.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Хэрэв та энэ багт урилга хүлээн авах гэж бодож байсан бол, та энэ и-мэйл устгаж болно.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Хэрэв та нууц үгээ хүсэлт байгаа бол, ямар ч нэмэлт арга хэмжээ авах шаардлагатай байна.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Хэрэв та данс байхгүй бол, Хэрэв та доорх товчийг дарж нэгийг бий болгож болно. Данс үүсгэж дараа, Хэрэв та баг урилгыг хүлээн авах Энэ и-мэйл урилгыг хүлээн авах товчийг дарна болно:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Доорх таны и-мэйл хаяг шалгах товчин дээр дарна уу.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Таны яаралтай сэргээх код аль нэгийг орж өөрийн дансанд хандах хандалтыг баталгаажуулна уу.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Таны нэвтрэлт танилт програм өгсөн нэвтрэлт танилтын кодыг оруулж таны дансанд хандах хандалтыг баталгаажуулна уу.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Одоо энэхүү токеныг хуулна уу. Таны аюулгүй байдлыг хангах нь, энэ нь дахин харуулагдах байх болно.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Хэрэв та өөрийн төхөөрөмжийн бүх хүрээнд өөрийн бусад хөтөч хуралдааны гарч нэвтрэн хүсэж батлахын тулд нууц үгээ оруулна уу.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венесуэл", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "И-Мэйл Хаяг Шалгах", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Харах", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Тийм ээ", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Бид таны дансанд нь нууц үг нь дахин эхлүүлэх хүсэлт хүлээн авсан учраас та энэ и-мэйл хүлээн авч байна.", "You have been invited to join the :team team!": "Та нэгдэхийг урьж байна :team баг!", "You have enabled two factor authentication.": "Та хоер хүчин зүйл нэвтрэлт танилт идэвхжүүлсэн байна.", diff --git a/locales/mr/mr.json b/locales/mr/mr.json index 8551a30fea9..dcca168aaa9 100644 --- a/locales/mr/mr.json +++ b/locales/mr/mr.json @@ -6,6 +6,7 @@ ":days day trial": ":days दिवस परिक्षण", ":resource Details": ":resource तपशील", ":resource Details: :title": ":resource तपशील: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "नवीन सत्यापण दुवा तुम्ही नोंदणी दरम्यान प्रदान केलेल्या ईमेल पत्त्यावर पाठविण्यात आली आहे.", "Accept Invitation": "आमंत्रण स्वीकारा", "Action": "क्रिया", @@ -80,6 +81,7 @@ "Bahrain": "बाहरेन", "Bangladesh": "बांगलादेश", "Barbados": "बार्बाडोस", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "बेलारूस", "Belgium": "बेल्जियम", "Belize": "बेलिझ", @@ -125,6 +127,7 @@ "Choose Type": "प्रकार निवडा", "Christmas Island": "ख्रिसमस बेट", "City": "शहर", + "click here to request another": "click here to request another", "Click to choose": "निवडण्यासाठी क्लिक करा", "Close": "बंद करा", "Cocos (Keeling) Islands": "कोकोस द्वीपसमूह", @@ -187,6 +190,7 @@ "Done.": "पूर्ण झाले.", "Download": "डाउनलोड करा", "Download Receipt": "पावती डाउनलोड करा", + "E-Mail Address": "E-Mail Address", "Ecuador": "इक्वाडोर", "Edit": "संपादन", "Edit :resource": ":resource संपादित करा ", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "आपल्याकडे आधीपासूनच खाते असल्यास, आपण खालील बटणावर क्लिक करून हे आमंत्रण स्वीकारू शकता:", "If you did not create an account, no further action is required.": "आपण खाते तयार केले नसल्यास, पुढील कारवाईची आवश्यकता नाही.", "If you did not expect to receive an invitation to this team, you may discard this email.": "जर तुम्हाला या टीमला आमंत्रण मिळण्याची अपेक्षा नसेल, तर तुम्ही हा ईमेल टाकू शकता.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "आपण संकेतशब्द रीसेट करण्याची विनंती केली नसल्यास, पुढील कारवाईची आवश्यकता नाही.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "आपल्याकडे खाते नसल्यास, आपण खालील बटणावर क्लिक करून एक तयार करू शकता. खाते तयार केल्यानंतर, तुम्ही संघाचे आमंत्रण स्वीकारण्यासाठी या ईमेलमधील आमंत्रण स्वीकार बटणावर क्लिक करू शकता:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "जर तुम्हाला तुमच्या पावतींमध्ये विशिष्ट संपर्क किंवा कर माहिती जोडण्याची आवश्यकता असेल, जसे की तुमचे पूर्ण व्यवसाय नाव, व्हॅट ओळख क्रमांक किंवा रेकॉर्डचा पत्ता, तुम्ही ते येथे जोडू शकता.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "कृपया आपला ईमेल पत्ता सत्यापित करण्यासाठी खालील बटणावर क्लिक करा.", "Please confirm access to your account by entering one of your emergency recovery codes.": "कृपया आपत्कालीन पुनर्प्राप्ती कोडपैकी एक प्रविष्ट करून आपल्या खात्यात प्रवेशाची पुष्टी करा.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "कृपया आपल्या प्रमाणीकरण अर्जाद्वारे प्रदान केलेला प्रमाणीकरण कोड प्रविष्ट करून आपल्या खात्यात प्रवेशाची पुष्टी करा.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "कृपया तुमचे नवीन एपीआय टोकन कॉपी करा. तुमच्या सुरक्षिततेसाठी, ते पुन्हा दाखवले जाणार नाही.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "कृपया आपल्या सर्व डिव्हाइसेसवर आपल्या इतर ब्राउझर सत्रांमधून लॉग आउट करू इच्छिता याची पुष्टी करण्यासाठी आपला संकेतशब्द प्रविष्ट करा.", "Please provide a maximum of three receipt emails addresses.": "कृपया जास्तीत जास्त तीन पावती ईमेल पत्ते द्या.", @@ -666,6 +672,7 @@ "Venezuela": "व्हेनेझ्युएला", "Venezuela, Bolivarian Republic of": "व्हेनेझुएला, बोलिव्हेरियन प्रजासत्ताक", "Verify Email Address": "ईमेल पत्ता सत्यापित करा", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "व्हिएतनाम", "View": "दृश्य", "View Receipt": "पावती पहा", @@ -692,6 +699,7 @@ "Yes": "होय", "You are already subscribed.": "आपण आधीपासूनच सदस्यता घेतली आहे.", "You are currently within your free trial period. Your trial will expire on :date.": "आपण सध्या आपल्या विनामूल्य परिक्षण कालावधीत आहात. तुमची परिक्षण :date रोजी कालबाह्य होईल.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "आपल्याला हे ईमेल प्राप्त झाले कारण आम्हाला आपल्या खात्यासाठी संकेतशब्द रीसेट विनंती मिळाली.", "You have been invited to join the :team team!": "तुम्हाला :team संघामध्ये सामील होण्यासाठी आमंत्रित केले आहे!", "You have enabled two factor authentication.": "आपण दोन घटक प्रमाणीकरण कार्यान्वीत केले आहेत.", diff --git a/locales/ms/ms.json b/locales/ms/ms.json index 8ad9f2ed07d..e2d8aee15f6 100644 --- a/locales/ms/ms.json +++ b/locales/ms/ms.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Butiran", ":resource Details: :title": ":resource butir-Butir: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Baru pengesahan link telah dihantar ke alamat e-mel yang anda berikan pada pendaftaran.", "Accept Invitation": "Menerima Undangan", "Action": "Tindakan", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Memilih Jenis", "Christmas Island": "Pulau Krismas", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Klik untuk memilih", "Close": "Dekat", "Cocos (Keeling) Islands": "Coco (Keeling) ", @@ -187,6 +190,7 @@ "Done.": "Yang dilakukan.", "Download": "Turun", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Mengedit", "Edit :resource": "Mengedit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Jika kau sudah mempunyai akaun, kau mungkin menerima undangan ini dengan mengklik tombol di bawah:", "If you did not create an account, no further action is required.": "Jika anda tidak membuat akaun, tiada tindakan lanjut diperlukan.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Jika anda tidak mengharapkan untuk menerima undangan untuk tim ini, anda mungkin membuang e-mel ini.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Jika anda tidak meminta tetapan semula kata laluan, tiada tindakan lanjut diperlukan.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jika anda tidak mempunyai akaun, anda boleh membuat satu dengan mengklik tombol di bawah. Selepas membuat akaun, anda mungkin klik jemputan penerimaan butang di e-mel ini untuk menerima pasukan jemputan:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Sila klik butang di bawah untuk mengesahkan alamat e-mel anda.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Sila sahkan akses ke account anda dengan memasuki salah satu kecemasan anda pemulihan kod.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Sila sahkan akses ke account anda dengan memasukkan kod pengesahan disediakan oleh anda pengesah permohonan.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Tolong di copy baru anda token API. Untuk keselamatan anda, ia tidak akan menunjukkan lagi.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Sila masukkan password untuk mengkonfirmasi anda ingin keluar dari pelayar lain sesi-sesi di semua perangkat anda.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Mengesahkan Alamat E-Mel", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Melihat", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ya", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Anda menerima e-mel ini kerana kami menerima permintaan tetap semula kata laluan untuk akaun anda.", "You have been invited to join the :team team!": "Anda telah diundang untuk bergabung dengan :team pasukan!", "You have enabled two factor authentication.": "Anda telah diaktifkan dua faktor pengesahan.", diff --git a/locales/nb/nb.json b/locales/nb/nb.json index fbce0524443..33f05209009 100644 --- a/locales/nb/nb.json +++ b/locales/nb/nb.json @@ -6,6 +6,7 @@ ":days day trial": ":days dagers prøveversjon", ":resource Details": ":resource detaljer", ":resource Details: :title": ":resource detaljer: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "En ny bekreftelseskobling er sendt til e-postadressen du oppga under registreringen.", "Accept Invitation": "Godta invitasjon", "Action": "Handling", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Hviterussland", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Velg type", "Christmas Island": "Christmasøya", "City": "By", + "click here to request another": "click here to request another", "Click to choose": "Klikk for å velge", "Close": "Lukk", "Cocos (Keeling) Islands": "Kokosøyene", @@ -187,6 +190,7 @@ "Done.": "Ferdig.", "Download": "Nedlasting", "Download Receipt": "Last ned kvittering", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Endre", "Edit :resource": "Endre :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Hvis du allerede har en konto, kan du godta denne invitasjonen ved å klikke på knappen nedenfor:", "If you did not create an account, no further action is required.": "Dersom du ikke har opprettet en konto, trenger du ikke foreta deg noe.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Hvis du ikke forventet å motta en invitasjon til dette teamet, kan du forkaste denne e-posten.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Hvis du ikke har bedt om å nullstille passordet, trenger du ikke foreta deg noe.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Hvis du ikke har en konto, kan du opprette en ved å klikke på knappen nedenfor. Etter at du har opprettet en konto, kan du klikke på knappen for aksept av invitasjon i denne e-posten for å godta teaminvitasjonen:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Hvis du trenger å legge til spesifikk kontakt- eller avgiftsinformasjon i kvitteringene dine, som ditt fulle virksomhetsnavn, momsregistreringsnummer eller postadresse, kan du legge den til her.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Vennligst klikk på knappen nedenfor for å bekrefte e-postadressen din.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekreft tilgang til kontoen din ved å angi en av koden for nødgjenoppretting.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekreft tilgang til kontoen din ved å skrive inn autentiseringskoden som er gitt av autentiseringsprogrammet.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopier det nye API-tokenet ditt. For din egen sikkerhet vises den ikke igjen.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Vennligst skriv inn passordet ditt for å bekrefte at du vil logge av andre nettleserøkter på alle enhetene dine.", "Please provide a maximum of three receipt emails addresses.": "Oppgi maksimalt tre e-postadresser for kvittering.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela", "Verify Email Address": "Bekreft e-postadresse", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vis", "View Receipt": "Se kvittering", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "Du abonnerer allerede.", "You are currently within your free trial period. Your trial will expire on :date.": "Du er for tiden innenfor din gratis prøveperiode. Prøveperioden utløper den :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Du får denne e-posten fordi vi har mottatt og forespørsel om å nullstille passordet til kontoen din.", "You have been invited to join the :team team!": "Du er invitert til å bli med i :team team!", "You have enabled two factor authentication.": "Du har aktivert tofaktorautentisering.", diff --git a/locales/ne/ne.json b/locales/ne/ne.json index 0725def9460..6ab988dec0e 100644 --- a/locales/ne/ne.json +++ b/locales/ne/ne.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource विवरण", ":resource Details: :title": ":resource विवरण: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "एक नयाँ प्रमाणिकरण लिंक गरिएको छ, इमेल ठेगाना पठाइएको छ. तपाईं प्रदान समयमा दर्ता.", "Accept Invitation": "स्वीकार निमन्त्रणा", "Action": "कार्य", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "बंगलादेश", "Barbados": "बार्बाडोस", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "बेलारुस", "Belgium": "बेल्जियम", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "चयन प्रकार", "Christmas Island": "क्रिसमस टापु", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "क्लिक गर्न छनौट", "Close": "Close", "Cocos (Keeling) Islands": "कोकोस (कीलिंग) द्वीप", @@ -187,6 +190,7 @@ "Done.": "गरेको । ", "Download": "डाउनलोड", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "इक्वेडर", "Edit": "सम्पादन", "Edit :resource": "सम्पादन :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "तपाईं पहिले देखि नै एक खाता छ भने, तपाईँले यो स्वीकार निमन्त्रणा द्वारा बटन क्लिक तल:", "If you did not create an account, no further action is required.": "यदि तपाईंले खाता सिर्जना गर्नुभएको छैन भने, अगाडि कुनै कार्यको आवश्यक पर्दैन।", "If you did not expect to receive an invitation to this team, you may discard this email.": "यदि तपाईं आशा थिएन निमन्त्रणा प्राप्त गर्न यो टोली, you may खारेज यस इमेल.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "यदि तपाईंले पासवर्ड रिसेट अनुरोध गर्नुभएन भने, अगाडि कुनै कार्य आवश्यक पर्दैन।", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "तपाईं एक खाता छैन भने, तपाईं सिर्जना गर्न सक्छ, एक बटन क्लिक गरेर तल. पछि खाता सिर्जना, you may क्लिक गर्नुहोस् निमन्त्रणा स्वीकृति बटन मा यो इमेल स्वीकार गर्न टीम निमन्त्रणा:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "कृपया तलको बटन क्लिक गर्नुहोस् तपाईंको ईमेल ठेगाना प्रमाणित गर्न।", "Please confirm access to your account by entering one of your emergency recovery codes.": "कृपया पुष्टि पहुँच गर्न आफ्नो खाता प्रवेश गरेर एक को आफ्नो आपतकालीन पुन कोड.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "कृपया पुष्टि पहुँच गर्न आफ्नो खाता प्रवेश गरेर प्रमाणीकरण कोड प्रदान गरेर आफ्नो प्रमाणिकरण आवेदन छ । ", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "प्रतिलिपि कृपया आफ्नो नयाँ एपीआई टोकन. आफ्नो सुरक्षा को लागि, it won ' t be shown फेरि । ", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "कृपया पुष्टि गर्न आफ्नो पासवर्ड प्रविष्टि गर्न चाहनुहुन्छ लग बाहिर आफ्नो अन्य ब्राउजर सत्र across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "भेनेजुएला", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ईमेल ठेगाना प्रमाणित गर्नुहोस्", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "हेर्नुहोस्", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "हो", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "तपाईं यो ईमेल प्राप्त गर्दै हुनुहुन्छ किनकि हामीले तपाईंको खाताको लागि पासवर्ड रिसेट अनुरोध प्राप्त गर्यौं।", "You have been invited to join the :team team!": "You have been invited to join :team टीम!", "You have enabled two factor authentication.": "तपाईं सक्षम दुई कारक प्रमाणीकरण.", diff --git a/locales/nl/nl.json b/locales/nl/nl.json index 2836f3b560c..1540e537dc2 100644 --- a/locales/nl/nl.json +++ b/locales/nl/nl.json @@ -6,6 +6,7 @@ ":days day trial": ":days dagen proberen", ":resource Details": ":resource Informatie", ":resource Details: :title": ":resource Informatie: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Er is een nieuwe verificatielink verstuurd naar het e-mailadres dat je ingegeven hebt tijdens de registratie.", "Accept Invitation": "Uitnodiging accepteren", "Action": "Actie", @@ -80,6 +81,7 @@ "Bahrain": "Bahrein", "Bangladesh": "Bangladesh", "Barbados": "Barbadiaanse", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "België", "Belize": "Belizaanse", @@ -125,6 +127,7 @@ "Choose Type": "Kies Type", "Christmas Island": "Christmaseiland", "City": "Stad", + "click here to request another": "click here to request another", "Click to choose": "Klik om te kiezen", "Close": "Sluit", "Cocos (Keeling) Islands": "Cocoseilanden", @@ -187,6 +190,7 @@ "Done.": "Klaar.", "Download": "Downloaden", "Download Receipt": "Download factuur", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Aanpassen", "Edit :resource": "Aanpassen :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Als je al een account hebt, kan je deze uitnodiging accepteren door op onderstaande knop te klikken:", "If you did not create an account, no further action is required.": "Als je geen account hebt aangemaakt hoef je verder niets te doen.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Als je geen uitnodiging voor dit team verwachtte, mag je deze mail negeren.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Als je geen wachtwoordherstel hebt aangevraagd, hoef je verder niets te doen.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Als je nog geen account hebt, kan je er een aanmaken door op onderstaande knop te klikken. Na het aanmaken van je account kan je op de uitnodiging in deze mail klikken om die te accepteren:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Is het nodig om specifieke contact- of BTW gegevens toe te voegen aan je facturen, zoals je volledige bedrijfsnaam, BTW-nummer, of adres, dan kan je dat hier toevoegen.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Klik op de knop hieronder om je e-mailadres te verifiëren.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bevestig de toegang tot je account door een van je noodherstelcodes in te voeren.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bevestig de toegang tot je account door de authenticatiecode in te voeren die door je authenticator-applicatie is aangemaakt.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopieer je nieuwe API-token. Voor de veiligheid zal het niet opnieuw getoond worden.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Voer uw wachtwoord in om te bevestigen dat u zich wilt afmelden bij uw andere browsersessies op al uw apparaten.", "Please provide a maximum of three receipt emails addresses.": "Geef een maximum van drie factuur e-mailadressen.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivariaanse Republiek", "Verify Email Address": "Verifieer e-mailadres", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Bekijk", "View Receipt": "Bekijk factuur", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "Je bent al ingeschreven.", "You are currently within your free trial period. Your trial will expire on :date.": "Je maakt nu gebruik van een gratis proefabonnement. Je proefabonnement verloopt op :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Je ontvangt deze e-mail omdat we een wachtwoordherstel verzoek hebben ontvangen voor je account.", "You have been invited to join the :team team!": "Je bent uitgenodigd om lid te worden van team :team!", "You have enabled two factor authentication.": "Je hebt twee-factor-authenticatie ingeschakeld.", diff --git a/locales/nn/nn.json b/locales/nn/nn.json index f2e44d0783d..93a7aa49433 100644 --- a/locales/nn/nn.json +++ b/locales/nn/nn.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "Dersom du ikkje har oppretta ein konto, treng du ikkje gjere noko.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Dersom du ikkje har bede om å nullstille passordet, treng du ikkje gjere noko.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Ver snill og klikk på knappen nedanfor for å bekrefte e-postadressa di.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Bekreft e-postadresse", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Du får denne e-posten fordi vi har motteke ein førespurnad om å nullstille passordet til kontoen din.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/oc/oc.json b/locales/oc/oc.json index 53c58c8bcd3..c529aedaf63 100644 --- a/locales/oc/oc.json +++ b/locales/oc/oc.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verify Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/pl/pl.json b/locales/pl/pl.json index cf9a19b753f..a0da0655c96 100644 --- a/locales/pl/pl.json +++ b/locales/pl/pl.json @@ -6,6 +6,7 @@ ":days day trial": ":days dzień próbny", ":resource Details": ":resource szczegóły", ":resource Details: :title": ":resource odsłon: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Nowy link weryfikacyjny został wysłany na adres email podany podczas rejestracji.", "Accept Invitation": "Przyjmij zaproszenie", "Action": "Działanie", @@ -80,6 +81,7 @@ "Bahrain": "Bahrajn", "Bangladesh": "Bangladesz", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Białoruś", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Wybierz Typ", "Christmas Island": "Wyspa Bożego Narodzenia", "City": "Miasto", + "click here to request another": "click here to request another", "Click to choose": "Kliknij aby wybrać", "Close": "Zamknij", "Cocos (Keeling) Islands": "Wyspy Kokosowe (Keeling)", @@ -187,6 +190,7 @@ "Done.": "Zrobione.", "Download": "Pobierz", "Download Receipt": "Pobierz rachunek", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekwador", "Edit": "Edytuj", "Edit :resource": "Edytuj :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Jeśli masz już konto, możesz przyjąć zaproszenie, klikając poniższy przycisk:", "If you did not create an account, no further action is required.": "Jeśli nie stworzyłeś konta, zignoruj tę wiadomość.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Jeśli nie spodziewałeś się zaproszenia do tego zespołu, możesz wyrzucić tę wiadomość.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Jeśli nie chcesz resetować hasła, zignoruj tę wiadomość.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Jeśli nie masz konta, możesz je utworzyć, klikając przycisk poniżej. Po utworzeniu konta możesz kliknąć przycisk akceptacji zaproszenia w tej wiadomości email, aby zaakceptować zaproszenie do zespołu:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Jeśli chcesz dodać do rachunków konkretne informacje kontaktowe lub informacje podatkowe, takie jak pełna nazwa firmy, numer VAT (NIP) lub adres zameldowania, możesz dodać je tutaj.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Kliknij poniższy przycisk aby zweryfikować swój adres email.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Potwierdź dostęp do swojego konta, wprowadzając jeden ze swoich awaryjnych kodów odzyskiwania.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Proszę potwierdzić dostęp do konta przez wprowadzenie kodu uwierzytelniającego dostarczone przez aplikację Authenticator.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Skopiuj nowy token API. Ze względów bezpieczeństwa nie zostanie ponownie wyświetlony.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Wprowadź hasło, aby potwierdzić, że chcesz wylogować się z innych sesji przeglądarki na wszystkich swoich urządzeniach.", "Please provide a maximum of three receipt emails addresses.": "Podaj maksymalnie trzy adresy email z potwierdzeniem odbioru.", @@ -666,6 +672,7 @@ "Venezuela": "Wenezuela", "Venezuela, Bolivarian Republic of": "Wenezuela", "Verify Email Address": "Zweryfikuj adres email", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Widok", "View Receipt": "Zobacz rachunek", @@ -692,6 +699,7 @@ "Yes": "Tak.", "You are already subscribed.": "Jesteś już zapisany.", "You are currently within your free trial period. Your trial will expire on :date.": "Jesteś obecnie w trakcie bezpłatnego okresu próbnego. Twój okres próbny wygaśnie :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Otrzymujesz ten email, ponieważ otrzymaliśmy prośbę o zresetowanie hasła dla Twojego konta.", "You have been invited to join the :team team!": "Zostałeś zaproszony do zespołu :team!", "You have enabled two factor authentication.": "Włączono dwa uwierzytelnienie.", diff --git a/locales/ps/ps.json b/locales/ps/ps.json index a7a1e611df9..bda8eabb519 100644 --- a/locales/ps/ps.json +++ b/locales/ps/ps.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "که تاسو دا بریښنالیک نه پېژني، نو تاسو اړتیا نلرئ چې کوم ګام پورته کړئ", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "که تاسو د پاسورډ بدلون بدل نه غواړئ، نو تاسو اړتیا نلرئ چې کوم اقدام ترسره کړئ.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "د خپل بریښنالیک پته د تایید لپاره لاندې تڼۍ باندې کلیک وکړئ.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "د بریښنالیک پته تایید کړئ", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "موږ ستاسو د پاسورډ بیا رغول غوښتنه ترلاسه کړه.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/pt/pt.json b/locales/pt/pt.json index 9fe84ae5524..f1eece92e15 100644 --- a/locales/pt/pt.json +++ b/locales/pt/pt.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource detalhes", ":resource Details: :title": ":resource detalhes: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Um novo link de verificação foi enviado para seu endereço de e-mail fornecido durante o registo.", "Accept Invitation": "Aceitar O Convite", "Action": "Accao", @@ -80,6 +81,7 @@ "Bahrain": "Barém", "Bangladesh": "Pai", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorrússia", "Belgium": "Belgica", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Escolher O Tipo", "Christmas Island": "Ilha Do Natal", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Carregue para escolher", "Close": "Fechar", "Cocos (Keeling) Islands": "Ilhas Cocos (Keeling) ", @@ -187,6 +190,7 @@ "Done.": "Feito.", "Download": "Baixar", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Equador", "Edit": "Editar", "Edit :resource": "Editar :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Se já tiver uma conta, poderá aceitar este convite carregando no botão abaixo:", "If you did not create an account, no further action is required.": "Se não criou uma conta, ignore este e-mail.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Se você não esperava receber um convite para esta equipe, você pode descartar este e-mail.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Se não pediu para redefinir a palavra-passe, ignore este e-mail.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Se você não tem uma conta, você pode criar uma clicando no botão abaixo. Depois de criar uma conta, você pode clicar no botão aceitação do convite neste e-mail para aceitar o convite da equipe:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Por favor, clique no botão em baixo para verificar seu endereço de e-mail.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Por favor confirme o acesso à sua conta inserindo um dos seus códigos de recuperação de emergência.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Por favor confirme o acesso à sua conta inserindo o código fornecido pela a sua aplicação de autenticação.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Por favor copie o seu novo API Token. Por razões de segurança, não será mostrado novamente.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Introduza a sua senha para confirmar que deseja sair das suas outras sessões de navegação em todos os seus dispositivos.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verifique o endereço de e-mail", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Visualizar", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Sim", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Recebeu esse e-mail porque foi solicitada a redefinição da palavra-passe da sua conta.", "You have been invited to join the :team team!": "Foi convidado para se juntar à equipa :team!", "You have enabled two factor authentication.": "Ativou a autenticação de dois fatores.", diff --git a/locales/pt_BR/pt_BR.json b/locales/pt_BR/pt_BR.json index 99bda73e732..a30c7a57522 100644 --- a/locales/pt_BR/pt_BR.json +++ b/locales/pt_BR/pt_BR.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource detalhes", ":resource Details: :title": ":resource detalhes: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Um novo link de verificação foi enviado para o endereço de e-mail que você forneceu durante o processo de cadastro.", "Accept Invitation": "Aceitar convite", "Action": "Ação", @@ -80,6 +81,7 @@ "Bahrain": "Barém", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorrússia", "Belgium": "Bélgica", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Escolha o tipo", "Christmas Island": "Ilha Do Natal", "City": "Cidade", + "click here to request another": "click here to request another", "Click to choose": "Clique para escolher", "Close": "Fechar", "Cocos (Keeling) Islands": "Ilhas Cocos (Keeling) ", @@ -187,6 +190,7 @@ "Done.": "Feito.", "Download": "Baixar", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Equador", "Edit": "Editar", "Edit :resource": "Editar :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Se já tiver uma conta, poderá aceitar este convite carregando no botão abaixo:", "If you did not create an account, no further action is required.": "Se você não criou uma conta, ignore este e-mail.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Se você não esperava receber um convite para esta equipe, você pode descartar este e-mail.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Se você não solicitou essa redefinição de senha, ignore este e-mail.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Se você não tem uma conta, você pode criar uma clicando no botão abaixo. Depois de criar uma conta, você pode clicar no botão aceitar o convite neste e-mail para aceitar o convite da equipe:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Por favor, clique no botão abaixo para verificar seu endereço de e-mail.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Por favor confirme o acesso à sua conta inserindo um de seus códigos de recuperação de emergência.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Por favor confirme o acesso à sua conta informando um código de autenticação fornecido por seu aplicativo autenticador.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Por favor copie seu novo token da API. Para sua segurança, ele não será mostrado novamente.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Introduza a sua senha para confirmar que deseja sair das suas outras sessões de navegação em todos os seus dispositivos.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verifique o endereço de e-mail", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Visualizar", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Sim", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Você recebeu esse e-mail porque foi solicitado uma redefinição de senha na sua conta.", "You have been invited to join the :team team!": "Foi convidado para se juntar à equipa :team!", "You have enabled two factor authentication.": "Você ativou a autenticação em dois fatores.", diff --git a/locales/ro/ro.json b/locales/ro/ro.json index 51b1b6405e8..bcdc1e73808 100644 --- a/locales/ro/ro.json +++ b/locales/ro/ro.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource detalii", ":resource Details: :title": ":resource detalii: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Un nou link de verificare a fost trimis la adresa de e-mail pe care ați furnizat-o în timpul înregistrării.", "Accept Invitation": "Acceptați Invitația", "Action": "Acțiune", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgia", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Alegeți Tipul", "Christmas Island": "Insula Crăciunului", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Faceți clic pentru a alege", "Close": "Închide", "Cocos (Keeling) Islands": "Insulele Cocos", @@ -187,6 +190,7 @@ "Done.": "S-a făcut.", "Download": "Descarcă", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Editare", "Edit :resource": "Editare :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Dacă aveți deja un cont, puteți accepta această invitație făcând clic pe butonul de mai jos:", "If you did not create an account, no further action is required.": "Dacă nu ați creat un cont, puteți ignora acest mesaj.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Dacă nu vă așteptați să primiți o invitație la această echipă, puteți renunța la acest e-mail.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Dacă nu ați solicitat o resetare de parolă, puteți ignora acest mesaj.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Dacă nu aveți un cont, puteți crea unul făcând clic pe butonul de mai jos. După crearea unui cont, puteți face clic pe butonul de acceptare a invitației din acest e-mail pentru a accepta invitația echipei:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Vă rugăm să apăsați pe butonul de mai jos pentru a verifica adresa dvs. de e-mail.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Vă rugăm să confirmați accesul la contul dvs. introducând unul dintre codurile de recuperare de urgență.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Vă rugăm să confirmați accesul la contul dvs. introducând codul de autentificare furnizat de aplicația dvs. de autentificare.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Vă rugăm să copiați noul token API. Pentru siguranța ta, nu va fi afișat din nou.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Introduceți parola pentru a confirma că doriți să vă deconectați din celelalte sesiuni de browser de pe toate dispozitivele.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verificare adresă de e-mail", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Vizualizare", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Da", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Primiți acest mesaj pentru că a fost înregistrată o solicitare de resetare a parolei pentru contul asociat acestei adrese de e-mail.", "You have been invited to join the :team team!": "Ați fost invitat să vă alăturați echipei :team!", "You have enabled two factor authentication.": "Ați activat autentificarea cu doi factori.", diff --git a/locales/ru/ru.json b/locales/ru/ru.json index 4b6c15c9df0..92ee06c3dbb 100644 --- a/locales/ru/ru.json +++ b/locales/ru/ru.json @@ -6,6 +6,7 @@ ":days day trial": ":days-дневная пробная версия", ":resource Details": "Детали :resource", ":resource Details: :title": "Детали :resource: :title", + "A fresh verification link has been sent to your email address.": "Новая ссылка подтверждения отправлена на Ваш адрес электронной почты.", "A new verification link has been sent to the email address you provided during registration.": "Новая ссылка для подтверждения была отправлена на Ваш email-адрес, указанный при регистрации.", "Accept Invitation": "Принять приглашение", "Action": "Действие", @@ -80,6 +81,7 @@ "Bahrain": "Бахрейн", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Прежде чем продолжить, проверьте свою электронную почту на наличие ссылки для подтверждения.", "Belarus": "Беларусь", "Belgium": "Бельгия", "Belize": "Белиз", @@ -125,6 +127,7 @@ "Choose Type": "Выберите тип", "Christmas Island": "Остров Рождества", "City": "Город", + "click here to request another": "нажмите здесь для запроса другой ссылки", "Click to choose": "Кликните для выбора", "Close": "Закрыть", "Cocos (Keeling) Islands": "Кокосовые (Килинг) острова", @@ -187,6 +190,7 @@ "Done.": "Успешно.", "Download": "Скачать", "Download Receipt": "Скачать квитанцию", + "E-Mail Address": "E-Mail адрес", "Ecuador": "Эквадор", "Edit": "Редактировать", "Edit :resource": "Редактировать :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Если у Вас уже есть учётная запись, Вы можете принять это приглашение, нажав на кнопку:", "If you did not create an account, no further action is required.": "Если Вы не создавали учетную запись, никаких дополнительных действий не требуется.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Если Вы не желаете войти в состав этой команды, Вы можете проигнорировать это письмо.", + "If you did not receive the email": "Если Вы не получили письмо", "If you did not request a password reset, no further action is required.": "Если Вы не запрашивали сброс пароля, то дополнительных действий не требуется.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Если у Вас нет учётной записи, Вы можете создать её, нажав на кнопку ниже. После создания учётной записи, Вы можете нажать кнопку принятия приглашения в этом письме, чтобы принять его:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Если Вам нужно добавить другую контактную или налоговую информацию к Вашим квитанциям, например, полное наименование компании, идентификационный номер плательщика НДС или адрес, Вы можете добавить ее здесь.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Пожалуйста, нажмите кнопку ниже, чтобы подтвердить свой адрес электронной почты.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Подтвердите доступ к своей учётной записи, введя один из кодов аварийного восстановления.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Подтвердите доступ к своей учётной записи, введя код из Вашего приложения аутентификации.", + "Please confirm your password before continuing.": "Пожалуйста, подтвердите свой пароль, прежде чем продолжить.", "Please copy your new API token. For your security, it won't be shown again.": "Скопируйте Ваш новый API токен. В целях безопасности он больше не будет отображаться.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Введите пароль для подтверждения выхода из других сеансов на всех ваших устройствах.", "Please provide a maximum of three receipt emails addresses.": "Укажите не более трёх email адресов для получения квитанций об оплате.", @@ -666,6 +672,7 @@ "Venezuela": "Венесуэла", "Venezuela, Bolivarian Republic of": "Венесуэла, Боливарианская Республика", "Verify Email Address": "Подтвердить email-адрес", + "Verify Your Email Address": "Подтвердите Ваш email-адрес", "Viet Nam": "Вьетнам", "View": "Показать", "View Receipt": "Посмотреть квитанцию", @@ -692,6 +699,7 @@ "Yes": "Да", "You are already subscribed.": "Вы уже подписаны.", "You are currently within your free trial period. Your trial will expire on :date.": "В настоящее время у вас действует пробный период. Срок действия вашей пробной версии истекает :date.", + "You are logged in!": "Вы вошли в систему!", "You are receiving this email because we received a password reset request for your account.": "Вы получили это письмо, потому что мы получили запрос на сброс пароля для Вашей учетной записи.", "You have been invited to join the :team team!": "Вас пригласили присоединиться к команде :team!", "You have enabled two factor authentication.": "Вы включили двухфакторную аутентификацию.", diff --git a/locales/sc/sc.json b/locales/sc/sc.json index 53c58c8bcd3..c529aedaf63 100644 --- a/locales/sc/sc.json +++ b/locales/sc/sc.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verify Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/si/si.json b/locales/si/si.json index 2ec81414687..4d33f0ab5c0 100644 --- a/locales/si/si.json +++ b/locales/si/si.json @@ -6,6 +6,7 @@ ":days day trial": ":days දින අත්හදා බැලීම", ":resource Details": ":resource විස්තර", ":resource Details: :title": ":resource විස්තර: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "නව තහවුරු කිරීමේ සබැඳිය වෙත යවා ඇති විද්යුත් තැපැල් ලිපිනය ඔබ සපයන තුළ ලියාපදිංචි.", "Accept Invitation": "පිළිගැනීමට ආරාධනය", "Action": "පියවර", @@ -80,6 +81,7 @@ "Bahrain": "බහරේන්", "Bangladesh": "බංග්ලාදේශය", "Barbados": "බාබඩෝස්", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "බෙලරුස්", "Belgium": "බෙල්ජියම", "Belize": "බෙලිස්", @@ -125,6 +127,7 @@ "Choose Type": "තෝරා වර්ගය", "Christmas Island": "නත්තල් දිවයින", "City": "නගරය", + "click here to request another": "click here to request another", "Click to choose": "ක්ලික් කරන්න තෝරා ගැනීමට", "Close": "සමීප", "Cocos (Keeling) Islands": "කොකොස් (Keeling) දූපත්", @@ -187,6 +190,7 @@ "Done.": "සිදු.", "Download": "බාගත", "Download Receipt": "ලදුපත බාගන්න", + "E-Mail Address": "E-Mail Address", "Ecuador": "ඉක්වදෝරය", "Edit": "සංස්කරණය", "Edit :resource": "සංස්කරණය :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "ඔබ මේ වන විටත් ගිණුමක්, ඔබ මෙම පිළිගැනීමට ආරාධනය බොත්තම ක්ලික් කිරීමෙන් පහත:", "If you did not create an account, no further action is required.": "ඔබ නිර්මාණය කළේ නැත ගිණුමක්, තවදුරටත් පියවර අවශ්ය වේ.", "If you did not expect to receive an invitation to this team, you may discard this email.": "ඔබ බලාපොරොත්තු වුණේ ලබා ගැනීමට ආරාධනාවක් කිරීමට මෙම කණ්ඩායම, ඔබ ඉවත මෙම ඊ-තැපැල්.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "ඔබ ඉල්ලා නැත මුරපදය නැවත සකස්, තවදුරටත් පියවර අවශ්ය වේ.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ඔබ නොමැති නම්, ගිණුමක්, ඔබ විය හැකි එක් නිර්මාණය බොත්තම ක්ලික් කිරීමෙන් පහත. නිර්මාණය කිරීමෙන් පසු ගිණුමක්, ඔබ ක්ලික් කළ ආරාධනය පිළිගැනීම බොත්තම දී මෙම ඊ-තැපැල් පිළිගැනීමට කණ්ඩායම ආරාධනය:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "ඔබට ඔබේ සම්පූර්ණ වෙලඳ නාමය, VAT අංකය, ලිපින හා තොරතුරු ආදී විශේෂ බදු විස්තර ලදුපතට එක් කිරීමට අවශ්‍ය නම් මෙහිදී එය කරන්න.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "පහත දැක්වෙන බොත්තම ක්ලික් කරන්න තහවුරු කිරීමට ඔබගේ ඊ-තැපැල් ලිපිනය.", "Please confirm access to your account by entering one of your emergency recovery codes.": "කරුණාකර තහවුරු ප්රවේශ කිරීම සඳහා ඔබේ ගිණුමට ඇතුලත් කිරීම මගින් ඔබේ හදිසි යථා කේත.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "කරුණාකර තහවුරු ප්රවේශ කිරීම සඳහා ඔබේ ගිණුමට ඇතුලත් කර අනන්යතාවය තහවුරු කේතය විසින් සපයන ඔබේ authenticator අයදුම් වේ.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "කරුණාකර පිටපතක් ඔබගේ නව API සංකේත. ඔබගේ ආරක්ෂාව සඳහා, එය කළ නොහැකි පෙන්වා ඇත නැවත.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "ඔබගේ මුර පදය ඇතුලත් කරන්න තහවුරු කිරීමට ඔබ කිරීමට කැමති ලඝු-සටහන පිටතට ඔබගේ වෙනත් බ්රවුසරයේ සැසි සියලු හරහා ඔබගේ උපාංග.", "Please provide a maximum of three receipt emails addresses.": "කරුණාකර උපරිම ලදුපත් විද්‍යුත් ලිපන තුනක් සපයන්න.", @@ -666,6 +672,7 @@ "Venezuela": "වෙනිසියුලාව", "Venezuela, Bolivarian Republic of": "වෙනිසියුලාව, බොල්වේරියන් ජනරජයේ", "Verify Email Address": "විද්යුත් ලිපිනය තහවුරු කරන්න", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "වියට්නාම්", "View": "දැක්ම", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "ඔව්", "You are already subscribed.": "ඔබ දැනටමත් දායක වී ඇත.", "You are currently within your free trial period. Your trial will expire on :date.": "ඔබ දැනට සිටින්නේ තාවකාලික පිරික්සුම් අවදියේ. ඔබගේ පෙර පිරික්සුම් කාලය :date දින අවසන් වේ..", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "ඔබ ලබමින් සිටින මෙම විද්යුත් නිසා අපි ලැබී මුරපදය නැවත සකස් ඉල්ලීම සඳහා ඔබේ ගිණුම.", "You have been invited to join the :team team!": "ඔබ ආරාධනා කර ඇත එක්වන ලෙස :team කණ්ඩායම!", "You have enabled two factor authentication.": "ඔබ සක්රීය දෙකක් සාධකය තහවුරු කරගැනීමේ.", diff --git a/locales/sk/sk.json b/locales/sk/sk.json index cb87ddd4e6f..0ff5ca183f6 100644 --- a/locales/sk/sk.json +++ b/locales/sk/sk.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Podrobnosti", ":resource Details: :title": ":resource Podrobnosti: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Na e-mailovú adresu, ktorú ste uviedli pri registrácii, bol odoslaný nový overovací odkaz.", "Accept Invitation": "Prijať Pozvanie", "Action": "Akcia", @@ -80,6 +81,7 @@ "Bahrain": "Bahrajn", "Bangladesh": "Bangladéš", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bielorusko", "Belgium": "Belgicko", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Vyberte Typ", "Christmas Island": "Vianočný Ostrov", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Kliknite pre výber", "Close": "Zatvoriť", "Cocos (Keeling) Islands": "Kokosové Ostrovy", @@ -187,6 +190,7 @@ "Done.": "Robiť.", "Download": "Stiahnuť", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvádor", "Edit": "Upraviť", "Edit :resource": "Upraviť :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ak už máte účet, môžete túto pozvánku prijať kliknutím na tlačidlo nižšie:", "If you did not create an account, no further action is required.": "Ak ste si nevytvorili účet, nie je potrebná žiadna ďalšia akcia.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ak ste neočakávali, že dostanete pozvánku do tohto tímu, môžete tento e-mail zahodiť.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ak ste nepožiadali o obnovenie hesla, tak považujte túto správu za bezpredmetnú a môžete ju vymazať.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ak nemáte účet, môžete si ho vytvoriť kliknutím na tlačidlo nižšie. Po vytvorení účtu môžete kliknutím na tlačidlo prijatia pozvánky v tomto e-maile prijať pozvánku tímu:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Kliknutím na nižšie uvedené tlačidlo overíte svoju emailovú adresu.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Potvrďte prístup k svojmu účtu zadaním jedného z vašich kódov núdzového obnovenia.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potvrďte prístup k svojmu účtu zadaním autentifikačného kódu poskytnutého aplikáciou authenticator.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Skopírujte prosím svoj nový token API. Pre vašu bezpečnosť sa už nebude zobrazovať.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Zadajte svoje heslo, aby ste potvrdili, že sa chcete odhlásiť z ostatných relácií prehliadača vo všetkých zariadeniach.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Overte emailovú adresu", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Zobraziť", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Áno", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Táto správa Vám bola doručená na základe žiadosti pre obnovenie hesla.", "You have been invited to join the :team team!": "Boli ste pozvaní, aby ste sa pripojili k tímu :team!", "You have enabled two factor authentication.": "Povolili ste dvojfaktorové overenie.", diff --git a/locales/sl/sl.json b/locales/sl/sl.json index 0f6f449f6f4..99fd7114899 100644 --- a/locales/sl/sl.json +++ b/locales/sl/sl.json @@ -6,6 +6,7 @@ ":days day trial": ":days dni preizkusnega obdobja", ":resource Details": ":resource podrobnosti", ":resource Details: :title": ":resource podrobnosti: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Povezava za potrditev je bila poslana na elektronski naslov, ki je bil vnešen ob registraciji.", "Accept Invitation": "Sprejmi Povabilo", "Action": "Ukrepanje", @@ -80,6 +81,7 @@ "Bahrain": "Bahrajn", "Bangladesh": "Bangladeš", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belorusija", "Belgium": "Belgija", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Izberite Vrsto", "Christmas Island": "Božični Otok", "City": "Mesto", + "click here to request another": "click here to request another", "Click to choose": "Kliknite za izbiro", "Close": "Zapri", "Cocos (Keeling) Islands": "Kokosovi Otoki", @@ -187,6 +190,7 @@ "Done.": "Končano.", "Download": "Prenesi", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvador", "Edit": "Uredi", "Edit :resource": "Uredi :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Če že imate račun, lahko sprejmete povabilo s klikom na spodnji gumb:", "If you did not create an account, no further action is required.": "Če niste kreirali računa, dodatna akcija ni potrebna.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Če niste pričakovali, da boste prejeli povabilo k tej ekipi, lahko to e-pošto zavržete.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "V kolikor niste zahtevali ponastavitve gesla, nadaljni koraki niso potrebni.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Če nimate računa, ga lahko ustvarite s klikom na spodnji gumb. Ko ustvarite račun, lahko kliknete na gumb za sprejem povabila v tej e-pošti, da sprejmete povabilo skupine.:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Če želite dodati določene kontaktne ali davčne podatke, kot so npr. polno ime vašega podjetja, ID za DDV ali naslov podjetja, lahko to uredite tukaj.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "S klikom na spodnjo povezavo potrdite vaš elektronski naslov.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Potrditev dostopa do uporabniškega računa z vnosom kode za obnovitev.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Potrditev dostopa do uporabniškega računa z vnodom avtorizacijske kode, ki jo priskrbi avtorizator aplikacije.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopirajte vaš nov API žeton. Zaradi vaše varnosti ne bo prikazan ponovno.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Vnesite svoje geslo, da potrdite, da se želite odjaviti iz drugih sej brskalnika v vseh vaših napravah.", "Please provide a maximum of three receipt emails addresses.": "Prosimo dodajte največ tri email naslove prejemnikov.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Potrditev elektronskega naslova", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Pogled", "View Receipt": "Ogled računa", @@ -692,6 +699,7 @@ "Yes": "Ja.", "You are already subscribed.": "Ste že naročeni.", "You are currently within your free trial period. Your trial will expire on :date.": "Trenutno ste v obdobju brezplačnega preizkusa. Vaše brezplačno obdobje poteče :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Ta e-mail vam je bil poslan, ker ste zahtevali ponastavitev gesla za vaš račun.", "You have been invited to join the :team team!": "Povabljeni ste, da se pridružite ekipi :team!", "You have enabled two factor authentication.": "Dvofazna prijava omogočena.", diff --git a/locales/sq/sq.json b/locales/sq/sq.json index c33585d6a18..d01ef2e7e7c 100644 --- a/locales/sq/sq.json +++ b/locales/sq/sq.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Hollësi", ":resource Details: :title": ":resource Detaje: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Një lidhje e re verifikimi është dërguar në adresën email që ju keni dhënë gjatë regjistrimit.", "Accept Invitation": "Prano Ftesën", "Action": "Veprimi", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Bjellorusia", "Belgium": "Belgjikë", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Lloji", "Christmas Island": "Ishulli I Krishtlindjeve", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Kliko për të zgjedhur", "Close": "Mbyll", "Cocos (Keeling) Islands": "Ishujt Cocos (Keeling) ", @@ -187,6 +190,7 @@ "Done.": "U bë.", "Download": "Shkarko", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekuador", "Edit": "Ndrysho", "Edit :resource": "Ndrysho :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Nëse keni një profil, mund të pranoni këtë ftesë duke klikuar butonin e mëposhtëm:", "If you did not create an account, no further action is required.": "Nëse nuk krijoni një llogari, nuk nevoitet veprim i mëtejshëm.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Nëse nuk prisni të merrni një ftesë për këtë ekip, mund të braktisni këtë email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Nëse nuk kërkoni një fjalëkalim nga fillimi, nuk kërkohet veprim i mëtejshëm.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Nëse nuk keni një llogari, mund të krijoni një duke klikuar butonin e mëposhtëm. Pas krijimit të një profili, mund të klikoni butonin e pranimit të ftesës në këtë email për të pranuar ftesën e ekipit:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Ju lutem kliko butonin e mëposhtëm për të verifikuar adresën tuaj email.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Ju lutem konfirmoni hyrjen në llogarinë tuaj duke hyrë në një nga kodet e shërimit të emergjencës.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Ju lutem konfirmoni hyrjen në llogarinë tuaj duke hyrë në kodin e autentifikimit dhënë nga programi juaj i autentifikimit.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopjo token E re API. Për sigurinë tuaj, nuk do të shfaqet më.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Ju lutem shkruani fjalëkalimin për të konfirmuar që dëshironi të dilni nga seancat e tjera të shfletimit nëpër të gjitha pajisjet tuaja.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verifiko Adresën Email", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Shfaq", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Po.", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Po e dëgjoni këtë email sepse kemi marrë një fjalëkalim për llogarinë tuaj.", "You have been invited to join the :team team!": "Jeni ftuar të bashkoheni me ekipin :team!", "You have enabled two factor authentication.": "Keni aktivizuar dy faktor autentifikimi.", diff --git a/locales/sr_Cyrl/sr_Cyrl.json b/locales/sr_Cyrl/sr_Cyrl.json index 916f4990a1a..7e66ee1ab61 100644 --- a/locales/sr_Cyrl/sr_Cyrl.json +++ b/locales/sr_Cyrl/sr_Cyrl.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource делова", ":resource Details: :title": ":resource детаљи: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Нови верификациони линк је послат на Вашу е-маил адресу коју сте унели у току регистрације.", "Accept Invitation": "Прихватите Позивницу", "Action": "Акција", @@ -80,6 +81,7 @@ "Bahrain": "Бахреин", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Белорусија", "Belgium": "Белгија", "Belize": "Белизе", @@ -125,6 +127,7 @@ "Choose Type": "Изаберите Тип", "Christmas Island": "Божићно Острво", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Кликните да бисте изабрали", "Close": "Затвори", "Cocos (Keeling) Islands": "Кокос (Килинг) Острва", @@ -187,6 +190,7 @@ "Done.": "Готово.", "Download": "Преузимање", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Еквадор", "Edit": "Уреди", "Edit :resource": "Измена :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ако већ имате налог, можете прихватити овај позив кликом на дугме испод:", "If you did not create an account, no further action is required.": "Уколико нисте креирали налог, није потребно да предузимате даље кораке.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако се не очекује да добије позив у ову команду можете одустати од овог писма.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Уколико нисте захтевали промену лозинке, није потребно да предузимате даље кораке.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате налог, можете га креирати кликом на дугме испод. Након што отворите налог, можете да кликнете на дугме за прихватање позива у тој е-пошти да бисте прихватили позив тима:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Молимо кликните на дугме испод да верификујете Вашу е-маил адресу.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Молимо потврдите приступ Вашем налогу тако што ћете унети један од кодова за обнову.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Молимо потврдите приступ Вашем налогу тако што ћете унети код за аутентификацију коју сте добили од ваше апликације за аутентификацију.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Копирајте свој нови АПИ токен. Због ваше сигурности неће се поново приказивати.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Унесите лозинку да бисте потврдили да желите да се одјавите са других сесија прегледача на свим својим уређајима.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венецуела", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Верификуј Емаил Адресу", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Погледајте", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Да", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Добили сте овај емаил зато што само примили захтев за промену лозинке за Ваш налог.", "You have been invited to join the :team team!": "Позвани сте да се придружите тиму :team!", "You have enabled two factor authentication.": "Омогућили сте двофакторску потврду идентитета.", diff --git a/locales/sr_Latn/sr_Latn.json b/locales/sr_Latn/sr_Latn.json index 267db11c14d..7d47f7f6108 100644 --- a/locales/sr_Latn/sr_Latn.json +++ b/locales/sr_Latn/sr_Latn.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource детаљи", ":resource Details: :title": ":resource детаљи: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Novi verifikacioni link je poslat na Vašu e-mail adresu koju ste uneli u toku registracije.", "Accept Invitation": "Прихватите Позивницу", "Action": "Акција", @@ -80,6 +81,7 @@ "Bahrain": "Бахреин", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Белорусија", "Belgium": "Белгија", "Belize": "Белизе", @@ -125,6 +127,7 @@ "Choose Type": "Изаберите Тип", "Christmas Island": "Божићно Острво", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Кликните да бисте изабрали", "Close": "Zatvori", "Cocos (Keeling) Islands": "Кокос (Килинг) Острва", @@ -187,6 +190,7 @@ "Done.": "Gotovo.", "Download": "Преузимање", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Еквадор", "Edit": "Уреди", "Edit :resource": "Измена :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ако већ имате налог, можете прихватити овај позив кликом на дугме испод:", "If you did not create an account, no further action is required.": "Ukoliko niste kreirali nalog, nije potrebno da preduzimate dalje korake.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако се не очекује да добије позив у ову команду можете одустати од овог писма.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ukoliko niste zahtevali promenu lozinke, nije potrebno da preduzimate dalje korake.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате налог, можете га креирати кликом на дугме испод. Након што отворите налог, можете да кликнете на дугме за прихватање позива у тој е-пошти да бисте прихватили позив тима:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Molimo kliknite na dugme ispod da verifikujete Vašu e-mail adresu.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Molimo potvrdite pristup Vašem nalogu tako što ćete uneti jedan od kodova za obnovu.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Molimo potvrdite pristup Vašem nalogu tako što ćete uneti kod za autentifikaciju koju ste dobili od vaše aplikacije za autentifikaciju.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Kopirajte svoj novi API token. Zbog vaše sigurnosti neće se ponovo prikazivati.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Унесите лозинку да бисте потврдили да желите да се одјавите са других сесија прегледача на свим својим уређајима.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венецуела", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verifikuj Email Adresu", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Погледајте", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Да", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Dobili ste ovaj email zato što samo primili zahtev za promenu lozinke za Vaš nalog.", "You have been invited to join the :team team!": "Позвани сте да се придружите тиму :team!", "You have enabled two factor authentication.": "Omogućili ste dvofaktorsku potvrdu identiteta.", diff --git a/locales/sr_Latn_ME/sr_Latn_ME.json b/locales/sr_Latn_ME/sr_Latn_ME.json index cc97362a472..80fce10bcb7 100644 --- a/locales/sr_Latn_ME/sr_Latn_ME.json +++ b/locales/sr_Latn_ME/sr_Latn_ME.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource детаљи", ":resource Details: :title": ":resource детаљи: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Нова верификациона веза послата је на адресу е-поште коју сте навели приликом регистрације.", "Accept Invitation": "Прихватите Позивницу", "Action": "Акција", @@ -80,6 +81,7 @@ "Bahrain": "Бахреин", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Белорусија", "Belgium": "Белгија", "Belize": "Белизе", @@ -125,6 +127,7 @@ "Choose Type": "Изаберите Тип", "Christmas Island": "Божићно Острво", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Кликните да бисте изабрали", "Close": "Затвори", "Cocos (Keeling) Islands": "Кокос (Килинг) Острва", @@ -187,6 +190,7 @@ "Done.": "Gotovo.", "Download": "Преузимање", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Еквадор", "Edit": "Уреди", "Edit :resource": "Уређивање :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Ако већ имате налог, можете прихватити овај позив кликом на дугме испод:", "If you did not create an account, no further action is required.": "Ако нисте отворили налог, није потребно даље деловање.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Ако се не очекује да добије позив у ову команду можете одустати од овог писма.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Ако нисте затражили ресетовање лозинке, није потребно даље деловање.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Ако немате налог, можете га креирати кликом на дугме испод. Након што отворите налог, можете да кликнете на дугме за прихватање позива у тој е-пошти да бисте прихватили позив тима:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Кликните на дугме испод да бисте потврдили своју адресу е-поште.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Потврдите приступ свом налогу уносом једног од ваших кодова за опоравак од катастрофе.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Молимо потврдите приступ свом налогу уносом кода за аутентификацију који пружа ваша апликација за аутентификацију.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Копирајте свој нови АПИ токен. Због ваше сигурности више се неће приказивати.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Унесите лозинку да бисте потврдили да желите да се одјавите са других сесија прегледача на свим својим уређајима.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венецуела", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Проверите Адресу Е-Поште", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Погледајте", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Да", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Добијате ову е-пошту јер смо добили захтев за ресетовање лозинке за ваш налог.", "You have been invited to join the :team team!": "Позвани сте да се придружите тиму :team!", "You have enabled two factor authentication.": "Омогућили сте двофакторну аутентификацију.", diff --git a/locales/sv/sv.json b/locales/sv/sv.json index 7ffa7d80c94..01cf974c4f8 100644 --- a/locales/sv/sv.json +++ b/locales/sv/sv.json @@ -6,6 +6,7 @@ ":days day trial": ":days dagars testperiod", ":resource Details": ":resource detaljer", ":resource Details: :title": ":resource Detaljer: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "En ny verifieringslänk har skickats till den e-postadress du angav vid registreringen.", "Accept Invitation": "Acceptera inbjudan", "Action": "Åtgärd", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Vitryssland", "Belgium": "Belgien", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Välj Typ", "Christmas Island": "Julön", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Klicka för att välja", "Close": "Stäng", "Cocos (Keeling) Islands": "Kokosöarna", @@ -187,6 +190,7 @@ "Done.": "Klar.", "Download": "Ladda ner", "Download Receipt": "Ladda ner kvitto", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Redigera", "Edit :resource": "Redigera :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Om du redan har ett konto kan du acceptera inbjudan genom att klicka på knappen nedan:", "If you did not create an account, no further action is required.": "Om du ej har skapat ett konto behöver du ej göra något.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Om du inte förväntade dig att få en inbjudan till det här laget kan du kassera det här e-postmeddelandet.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Om du inte har begärt ett lösenord behöver du ej göra något.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Om du inte har ett konto kan du skapa ett genom att klicka på knappen nedan. När du har skapat ett konto kan du klicka på knappen inbjudan acceptans i det här e-postmeddelandet för att acceptera teaminbjudan:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Vänligen klicka på knappen nedan för att verifiera din e-postadress.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Bekräfta åtkomst till ditt konto genom att ange en av dina nödåterställningskoder.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Bekräfta åtkomst till ditt konto genom att ange autentiseringskoden som tillhandahålls av ditt autentiseringsprogram.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Vänligen kopiera din nya API-token. För din säkerhet kommer den inte att visas igen.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Ange ditt lösenord för att bekräfta att du vill logga ut från dina andra webbläsarsessioner över alla dina enheter.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Bekräfta e-postadress", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Utsikt", "View Receipt": "Visa kvitto", @@ -692,6 +699,7 @@ "Yes": "Ja", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Du får detta mail då någon ha begärt återställning av lösenordet för ditt konto.", "You have been invited to join the :team team!": "Du har blivit inbjuden att gå med i :team-laget!", "You have enabled two factor authentication.": "Du har aktiverat två faktorautentisering.", diff --git a/locales/sw/sw.json b/locales/sw/sw.json index 54b7199d4fb..7fbda307d84 100644 --- a/locales/sw/sw.json +++ b/locales/sw/sw.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Maelezo", ":resource Details: :title": ":resource Maelezo: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Mpya ya ukaguzi kiungo imekuwa kutumwa kwa anwani ya barua pepe wewe zinazotolewa wakati wa usajili.", "Accept Invitation": "Kukubali Mwaliko", "Action": "Hatua", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Ubelgiji", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Kuchagua Aina", "Christmas Island": "Kisiwa Cha Krismasi", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Bonyeza kuchagua", "Close": "Karibu", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Kufanyika.", "Download": "Shusha", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Hariri", "Edit :resource": "Hariri :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Kama tayari una akaunti, unaweza kukubali mwaliko huu kwa kubonyeza kifungo chini:", "If you did not create an account, no further action is required.": "Kama wewe si kujenga akaunti, hakuna hatua zaidi inahitajika.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Kama wewe hawakuwa wanatarajia kupokea mwaliko kwa timu hii, unaweza kuondokana na hii ya barua pepe.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Kama hakuwa na kuomba password reset, hakuna hatua zaidi inahitajika.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Kama huna akaunti, unaweza kuunda moja kwa kubonyeza kifungo chini. Baada ya kujenga akaunti, unaweza bonyeza mwaliko kukubalika kifungo katika hii barua pepe kwa kukubali timu ya mwaliko:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Tafadhali bonyeza kifungo chini ya kuthibitisha anwani ya barua pepe yako.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Tafadhali kuthibitisha upatikanaji wa akaunti yako kwa kuingia moja ya dharura ahueni codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Tafadhali kuthibitisha upatikanaji wa akaunti yako kwa kuingia uthibitisho kanuni zinazotolewa na authenticator maombi.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Tafadhali nakala yako mpya API ishara. Kwa ajili ya usalama wako, itakuwa si kuonyeshwa tena.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Tafadhali kuingia password yako ili kuthibitisha ungependa logi nje ya browser yako mengine vikao katika yote ya vifaa yako.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Kuthibitisha Anwani Ya Barua Pepe", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ndiyo", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Wewe ni kupokea barua pepe hii kwa sababu sisi kupokea password reset ombi kwa ajili ya akaunti yako.", "You have been invited to join the :team team!": "Umekuwa walioalikwa kujiunga na :team timu!", "You have enabled two factor authentication.": "Una kuwezeshwa mbili uthibitishaji.", diff --git a/locales/tg/tg.json b/locales/tg/tg.json index 9758a2471ea..55dcb9a3153 100644 --- a/locales/tg/tg.json +++ b/locales/tg/tg.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Тафсилот", ":resource Details: :title": ":resource Тафсилоти: соли :title сол", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Нав проверочная пайванд буд отправлена ба суроғаи почтаи электронӣ, ки Шумо ҳангоми бақайдгирӣ.", "Accept Invitation": "Гирифтани Даъват", "Action": "Амали", @@ -80,6 +81,7 @@ "Bahrain": "Баҳрайн", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Беларус", "Belgium": "Белгия", "Belize": "Белиз", @@ -125,6 +127,7 @@ "Choose Type": "Ро Интихоб Кунед, Намуди", "Christmas Island": "Ҷазираи Мавлуди Исо", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Пахш кунед, интихоб", "Close": "Закрывать", "Cocos (Keeling) Islands": "Кокос (Килинг) Ҷазираҳои", @@ -187,6 +190,7 @@ "Done.": "Анҷом.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Эквадор", "Edit": "Таҳрир", "Edit :resource": "Правка :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Агар шумо аллакай ба ҳисоби, ки шумо метавонед барои ин даъват, ба воситаи ангуштзании тугмаи поен:", "If you did not create an account, no further action is required.": "Агар шумо насб ҳисоби шумо, ягон минбаъдаи амалиети аст, талаб карда намешавад.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Агар шумо интизор ба даст даъват дар ин фармон, шумо метавонед даст кашад аз ин мактуб.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Агар шумо запросили рамз бозгашт, ягон минбаъдаи амалиети аст, талаб карда намешавад.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Агар шумо ягон ҳисоби, ту метавонӣ эҷод кардани он ба воситаи ангуштзании тугмаи поен. Баъди ташкили ҳисоби сабти шумо метавонед тугмаи қабули даъватномаҳо дар ин нома, ки ба қабул кардани даъват дастаи:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Лутфан ба тугмаи поен барои тасдиқ суроғаи почтаи электронӣ шумо.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Лутфан, тасдиқ дастрасӣ ба ҳисоби худ, бо ворид яке аз шумо рамзҳои фавқулодда барќарорсозї.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Лутфан, тасдиқ дастрасӣ ба ҳисоби худ, бо ворид коди тасдиқ намудани нусхаи аслӣ, предоставленный худ барнома-аутентификатором.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Лутфан copy нави худ токен API. Барои бехатарии худ аз ӯ бештар хоҳад буд, нишон дода шудааст.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Лутфан, лутфан гузарвожаи худро, то тасдиқ, ки шумо мехоҳед, ки ба берун аз дигар сеанс браузер дар ҳамаи дастгоҳҳои шумо.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венесуэла", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Санҷед, Суроғаи Почтаи Электронӣ", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Watch", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ҳа", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Шумо ба он даст ба ин нома, зеро ки мо дорем, дархости рамз бозгашт барои аккаунти шумо.", "You have been invited to join the :team team!": "Шумо даъватшудаи ҳамроҳ дастаи :team!", "You have enabled two factor authentication.": "Шумо дохил двухфакторную аутентификацию.", diff --git a/locales/th/th.json b/locales/th/th.json index 4b4908cac69..e4f2fdef395 100644 --- a/locales/th/th.json +++ b/locales/th/th.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource รายละเอียด", ":resource Details: :title": ":resource รายละเอียด::title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "ใหม่ปลายทางเชื่อมโยงถูกส่งไปที่อยู่อีเมลที่คุณให้ตอบทะเบียนรถด้วย.", "Accept Invitation": "ยอมรับการเชื้อเชิญ", "Action": "การกระทำ", @@ -80,6 +81,7 @@ "Bahrain": "บาห์เรน", "Bangladesh": "บังคลาเทศ name", "Barbados": "บาร์บาดอส", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "เบลารุส name", "Belgium": "เบลเยียม name", "Belize": "เบลไลซ์ name", @@ -125,6 +127,7 @@ "Choose Type": "เลือกประเภท", "Christmas Island": "เกาะคริสต์มาส", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "คลิกเพื่อเลือก", "Close": "ปิด", "Cocos (Keeling) Islands": "หมู่เกาะโคคอส(Keeling)Name", @@ -187,6 +190,7 @@ "Done.": "เสร็จแล้ว", "Download": "ดาวน์โหลด", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "เอกวาดอร์ name", "Edit": "แก้ไข", "Edit :resource": "แก้ไข :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "ถ้าคุณจะทำไปเรียบร้อยแล้วบัญชีไว้บัญชีนึงคุณอาจจะยอมรับการเชื้อเชิญนี้ได้โดยการคลิกที่ปุ่มด้านล่าง:", "If you did not create an account, no further action is required.": "หากคุณไม่ได้ดำเนินการสร้างบัญชี, คุณไม่จำเป็นต้องดำเนินการใดๆ.", "If you did not expect to receive an invitation to this team, you may discard this email.": "ถ้าคุณยังไม่ได้คาดหวังที่จะได้รับการเชิญเพื่อทีมคุณอาจจะเป็นการละทิ้งนี้อีเมล", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "หากคุณไม่ได้ดำเนินการรีเซตรหัสผ่าน, คุณไม่จำเป็นต้องดำเนินการใดๆ.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "ถ้าคุณยังไม่มีบัญชีไว้บัญชีนึงคุณอาจจะสร้างหนึ่งโดยการคลิกที่ปุ่มด้านล่างนี้ หลังจากการสร้างบัญชีไว้บัญชีนึงคุณอาจจะอคลิกที่การเชื้อเชิญการยอมรับปุ่มนี้ทางอีเมลเพื่อยอมรับการเชิญเข้าร่วมทีม:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "กรุณาคลิ๊กปุ่มด้านล่างเพื่อยืนยันอีเมลของคุณ.", "Please confirm access to your account by entering one of your emergency recovery codes.": "ได้โปรดยืนยันการเข้าถึงบัญชีของคุณโดยเข้าไปในหนึ่งของฉุกเฉินของคุณหายหัสโปรแกรมกันซะหน่อย", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "ได้โปรดยืนยันการเข้าถึงบัญชีของคุณโดยลังจะเข้าไปในการตรวจสอบสิทธิ์ของรหัสให้คุณอีกด้วรทำงานของโปรแกรม", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "ได้โปรดคัดลอกใหม่ของคุณรูปแบบ api ตั๋วเข้าใช้งาน. สำหรับมรปภ.ของคุณมันจะไม่ถูกแสดงอีกครั้ง", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "โปรดป้อนรหัสผ่านของคุณเพื่อยืนยันคุณอยากจะออกจากระบบของของคุณอีกเบราว์เซอร์วาระการใช้งานอีกฝั่งของคุณทั้งหมดอุปกรณ์.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "เวเนซุเอลา name", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ยืนยันอีเมล", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "มุมมอง", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "ใช่แล้ว", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "คุณได้รับอีเมลสำหรับรีเซตรหัสผ่าน เนื่องจากเราได้รับคำร้องขอรีเซตรหัสผ่านสำหรับบัญชีของคุณ.", "You have been invited to join the :team team!": "คุณได้รับเชิญเข้าร่วม :team ทีม!", "You have enabled two factor authentication.": "คุณต้องเปิดใช้งานสองคนปัจจัการตรวจสอบสิทธิ์โปรด", diff --git a/locales/tk/tk.json b/locales/tk/tk.json index 53c58c8bcd3..c529aedaf63 100644 --- a/locales/tk/tk.json +++ b/locales/tk/tk.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verify Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/tl/tl.json b/locales/tl/tl.json index bcd2871a8a3..81311380886 100644 --- a/locales/tl/tl.json +++ b/locales/tl/tl.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource mga detalye", ":resource Details: :title": ":resource Detalye: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Ang isang bagong link sa Pagpapatunay ay naipadala na sa email address na iyong ibinigay sa panahon ng pagpaparehistro.", "Accept Invitation": "Tanggapin Ang Imbitasyon", "Action": "Aksyon", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belhika", "Belize": "Magpatabi", @@ -125,6 +127,7 @@ "Choose Type": "Pumili Ng Uri", "Christmas Island": "Pasko Isla", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Pindutin ang upang pumili", "Close": "Malapit", "Cocos (Keeling) Islands": "Mga Natatanging Pahina", @@ -187,6 +190,7 @@ "Done.": "Tapos na.", "Download": "I-Download ang", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekwador", "Edit": "Baguhin", "Edit :resource": "I-Edit ang :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Kung mayroon ka nang kuwenta, maaari mong tanggapin ang paanyayang ito sa pamamagitan ng pagpindot sa pindutan sa ibaba:", "If you did not create an account, no further action is required.": "Kung hindi ka lumikha ng kuwenta, walang karagdagang aksyon ang kinakailangan.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Kung hindi mo inaasahan na makatanggap ng isang imbitasyon sa koponan na ito, maaari mong itapon ang email na ito.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Kung hindi ka humiling ng isang pag-reset ng password, walang karagdagang aksyon ay kinakailangan.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Kung wala kang kuwenta, maaari kang lumikha ng isa sa pamamagitan ng pagpindot sa pindutan sa ibaba. Anu-ano ang mga salik na dapat tingnan sa paghahati-hati ng kontinente tungo sa mga rehiyon?:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Mangyaring i-klik ang pindutan sa ibaba upang mapatunayan ang iyong email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Kung gusto mo magsulat ng rebyu tungkol dito ay huwag kang mag-atubili na ipadala ito sa amin at kami na naman ay malulugod na isama ito sa website.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Mangyaring kumpirmahin ang paggamit sa iyong kuwenta sa pamamagitan ng pagpasok sa Kodigo ng pagpapatunay na ibinigay ng iyong aplikasyon ng pagpapatunay.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Mangyaring kopyahin ang iyong bagong token API. Para sa iyong seguridad, hindi ito ipapakita muli.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Mangyaring ipasok ang iyong password upang kumpirmahin na nais mong mag-log out ng iyong iba pang mga session ng browser sa lahat ng iyong mga aparato.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Patunayan Ang Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Tingnan", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Oo", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Natatanggap ninyo ang email na ito dahil nakatanggap kami ng hiling sa pag-reset ng password para sa inyong kuwenta.", "You have been invited to join the :team team!": "Inanyayahan ka upang sumali sa :team team!", "You have enabled two factor authentication.": "Pinagana mo na ang dalawang pagpapatunay kadahilanan.", diff --git a/locales/tr/tr.json b/locales/tr/tr.json index 11f0ff044ef..391ba89eb7c 100644 --- a/locales/tr/tr.json +++ b/locales/tr/tr.json @@ -6,6 +6,7 @@ ":days day trial": ":days günlük deneme", ":resource Details": ":resource detaylar", ":resource Details: :title": ":resource detaylar: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Üyelik esnasında kullandığınız e-posta adresinize onay linki gönderildi.", "Accept Invitation": "Daveti Kabul Et", "Action": "İşlem", @@ -80,6 +81,7 @@ "Bahrain": "Bahreyn", "Bangladesh": "Bangladeş", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Beyaz Rusya", "Belgium": "Belçika", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Türü Seçin", "Christmas Island": "Noel Adası", "City": "Şehir", + "click here to request another": "click here to request another", "Click to choose": "Seçmek için tıklayın", "Close": "Kapat", "Cocos (Keeling) Islands": "Cocos (Keeling) Adaları", @@ -187,6 +190,7 @@ "Done.": "Bitti.", "Download": "İndir", "Download Receipt": "Faturayı İndir", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvador", "Edit": "Düzenle", "Edit :resource": "Düzenle: :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Zaten bir hesabınız varsa, aşağıdaki butona tıklayarak bu daveti kabul edebilirsiniz:", "If you did not create an account, no further action is required.": "Bir hesap oluşturmadıysanız, başka bir işlem yapmanıza gerek yoktur.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Bu ekibe davet almayı beklemiyorsanız, bu e-postayı yok sayabilirsiniz.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Bir parola sıfırlama talebinde bulunmadıysanız, başka bir işlem yapmanıza gerek yoktur.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Bir hesabınız yoksa, aşağıdaki butona tıklayarak bir tane oluşturabilirsiniz. Bir hesap oluşturduktan sonra, ekip davetini kabul etmek için bu e-postadaki daveti kabul et butonuna tıklayabilirsiniz:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Faturalarınıza, resmi işletme adınız, vergi kimlik numaranız veya fatura adresiniz gibi belirli iletişim\/vergi bilgilerinizi eklemeniz gerekiyorsa, bunları buraya ekleyebilirsiniz.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "E-posta adresinizi doğrulamak için lütfen aşağıdaki butona tıklayın.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Girişinizi onaylamak için lütfen hesap kurtarma kodlarınızdan birini girin.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Lütfen kimlik doğrulayıcı uygulamanız tarafından sağlanan kimlik doğrulama kodunu girerek hesabınıza erişimi onaylayın.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Lütfen yeni API jetonunuzu kopyalayın. Güvenliğiniz için bir daha gösterilmeyecek.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Tüm cihazlarınızda diğer tarayıcı oturumlarınızdan çıkmak istediğinizi onaylamak için lütfen parolanızı girin.", "Please provide a maximum of three receipt emails addresses.": "Lütfen en fazla üç adet alıcı e-posta adresi tanımlayın.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela (Bolivarcı Venezuela Cumhuriyeti)", "Verify Email Address": "E-posta Adresini Doğrula", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Görüntüle", "View Receipt": "Faturayı Görüntüle", @@ -692,6 +699,7 @@ "Yes": "Evet", "You are already subscribed.": "Daha önce zaten abone oldunuz.", "You are currently within your free trial period. Your trial will expire on :date.": "Şu anda ücretsiz deneme sürecinizdesiniz. Deneme süreniz :date tarihinde sona erecek.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Hesabınız adına bir parola sıfırlama talebi aldığımız için bu e-postayı alıyorsunuz.", "You have been invited to join the :team team!": ":team ekibine katılmaya davet edildiniz!", "You have enabled two factor authentication.": "İki faktörlü kimlik doğrulamayı etkinleştirdiniz.", diff --git a/locales/ug/ug.json b/locales/ug/ug.json index 53c58c8bcd3..c529aedaf63 100644 --- a/locales/ug/ug.json +++ b/locales/ug/ug.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Details", ":resource Details: :title": ":resource Details: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "A new verification link has been sent to the email address you provided during registration.", "Accept Invitation": "Accept Invitation", "Action": "Action", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgium", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Choose Type", "Christmas Island": "Christmas Island", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Click to choose", "Close": "Close", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "Done.", "Download": "Download", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Edit", "Edit :resource": "Edit :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "If you already have an account, you may accept this invitation by clicking the button below:", "If you did not create an account, no further action is required.": "If you did not create an account, no further action is required.", "If you did not expect to receive an invitation to this team, you may discard this email.": "If you did not expect to receive an invitation to this team, you may discard this email.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "If you did not request a password reset, no further action is required.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Please click the button below to verify your email address.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Please confirm access to your account by entering one of your emergency recovery codes.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Please confirm access to your account by entering the authentication code provided by your authenticator application.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Please copy your new API token. For your security, it won't be shown again.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Verify Email Address", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "View", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Yes", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "You are receiving this email because we received a password reset request for your account.", "You have been invited to join the :team team!": "You have been invited to join the :team team!", "You have enabled two factor authentication.": "You have enabled two factor authentication.", diff --git a/locales/uk/uk.json b/locales/uk/uk.json index 971dc929bdc..2c7c1418062 100644 --- a/locales/uk/uk.json +++ b/locales/uk/uk.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Деталей", ":resource Details: :title": ":resource деталі: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "На електронну адресу, яку ви вказали під час реєстрації, надіслано нове посилання для підтвердження.", "Accept Invitation": "Прийняти Запрошення", "Action": "Дія", @@ -80,6 +81,7 @@ "Bahrain": "Бахрейн", "Bangladesh": "Бангладеш", "Barbados": "Барбадос", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Білорусь", "Belgium": "Бельгія", "Belize": "Беліз", @@ -125,6 +127,7 @@ "Choose Type": "Виберіть Тип", "Christmas Island": "Острів Різдва", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Натисніть, щоб вибрати", "Close": "Закрити", "Cocos (Keeling) Islands": "Кокос (Кілінг) Острови", @@ -187,6 +190,7 @@ "Done.": "Готово.", "Download": "Скачавши", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Еквадор", "Edit": "Редагувати", "Edit :resource": "Правка :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Якщо ви вже маєте обліковий запис, ви можете прийняти запрошення, натиснувши на кнопку:", "If you did not create an account, no further action is required.": "Якщо ви не створювали акаунт, подальші дії не потрібні.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Якщо ви не бажаєте долучатись до цієї команди, ви можете інгорувати цей лист.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Якщо ви не надсилали запит на скидання паролю, подальші дії не потрібні.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Якщо у вас немає облікового запису, ви можете створити його, натиснувши на кнопку нижче. Після створення облікового запису, ви натиснути кнопку прийняття запрошення в цьому листі, щоб прийняти його:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Будь ласка, натисніть кнопку нижче щоб підтвердити свою електронну адресу.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Підтвердьте доступ до свого облікового запису, ввівши один із кодів аварійного відновлення.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Будь ласка, підтвердьте доступ до свого облікового запису, ввівши код автентифікації, наданий вашою програмою автентифікації.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Скопіюйте ваш новий API-токен. З міркувань безпеки він більше не відображатиметься.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Будь ласка, введіть свій пароль, щоб підтвердити, що ви хочете вийти з інших сеансів браузера на всіх ваших пристроях.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Венесуела", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Підтвердьте адресу електронної пошти", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Дивитися", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Так", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Ви отримали цей електронний лист, оскільки ми отримали запит на скидання паролю для вашого облікового запису.", "You have been invited to join the :team team!": "Вас запрошено долучитись до команди :team!", "You have enabled two factor authentication.": "Ви ввімкнули двофакторну автентифікацію.", diff --git a/locales/ur/ur.json b/locales/ur/ur.json index 81bbae6ac29..581bdff2c86 100644 --- a/locales/ur/ur.json +++ b/locales/ur/ur.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource تفصیلات", ":resource Details: :title": ":resource تفصیلات: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "ایک نئی کی توثیق کے لنک بھیجا گیا ہے ، ای میل ایڈریس آپ کے فراہم کردہ رجسٹریشن کے دوران.", "Accept Invitation": "قبول دعوت", "Action": "کارروائی", @@ -80,6 +81,7 @@ "Bahrain": "بحرین", "Bangladesh": "بنگلہ دیش", "Barbados": "بارباڈوس", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "بیلاروس", "Belgium": "بیلجیم", "Belize": "بیلیز", @@ -125,6 +127,7 @@ "Choose Type": "کا انتخاب کی قسم", "Christmas Island": "جزیرہ کرسمس", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "کلک کریں منتخب کرنے کے لئے", "Close": "بند", "Cocos (Keeling) Islands": "Cocos (Keeling) Islands", @@ -187,6 +190,7 @@ "Done.": "کیا جاتا ہے.", "Download": "ڈاؤن لوڈ ، اتارنا", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "ایکواڈور", "Edit": "میں ترمیم کریں", "Edit :resource": "ترمیم :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "اگر آپ پہلے سے ہی ایک اکاؤنٹ ہے, آپ کو قبول کر سکتے ہیں اس دعوت کے بٹن پر کلک کر کے نیچے:", "If you did not create an account, no further action is required.": "اگر آپ کو پیدا نہیں کیا ایک اکاؤنٹ, کوئی مزید کارروائی کی ضرورت ہے.", "If you did not expect to receive an invitation to this team, you may discard this email.": "اگر آپ کو توقع نہیں تھی کے لئے ایک دعوت نامہ موصول کرنے کے لئے اس کی ٹیم, آپ کر سکتے ہیں ضائع کر دیں اس ای میل.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "اگر آپ نے ایک پاسورڈ ری سیٹ کی درخواست نہیں کی تو، مزید کارروائی کی ضرورت نہیں ہے.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "اگر آپ کو ایک اکاؤنٹ نہیں ہے تو, آپ کو پیدا کر سکتے ہیں ایک بٹن پر کلک کر کے نیچے. بنانے کے بعد ایک اکاؤنٹ ہے, آپ کو کلک کر سکتے ہیں دعوت کی قبولیت کے بٹن میں اس ای میل کو قبول کرنے کے لئے ٹیم کی دعوت:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "براہ مہربانی ذیل بٹن پر کلک کریں کی تصدیق کرنے کے لئے آپ کے ای میل ایڈریس.", "Please confirm access to your account by entering one of your emergency recovery codes.": "براہ مہربانی تصدیق کریں تک رسائی کرنے کے لئے آپ کے اکاؤنٹ میں داخل ہونے کی طرف سے آپ کے ہنگامی وصولی کوڈ.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "براہ مہربانی تصدیق کریں تک رسائی کرنے کے لئے آپ کے اکاؤنٹ میں داخل ہونے کی طرف سے تصدیق کے کوڈ کی طرف سے فراہم کردہ اپنے authenticator درخواست ہے.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "براہ مہربانی کاپی آپ کے نئے API کے ٹوکن. آپ کی سیکورٹی کے لئے, یہ نہیں دکھایا جائے گا ایک بار پھر.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "براہ مہربانی آپ اپنا پاس ورڈ درج کرنے کے لئے اس بات کی تصدیق کرنے کے لئے چاہتے ہیں لاگ ان کریں آپ کی دیگر براؤزر سیشن کے تمام بھر میں آپ کے آلات.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "وینزویلا", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "ای میل ایڈریس کی تصدیق کریں", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "لنک", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "جی ہاں", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "آپ کو یہ ای میل موصول ہو رہا ہے کیونکہ ہم نے آپ کے اکاؤنٹ کے پاس پاسورٹ ری سیٹ کی درخواست موصول ہوئی ہے.", "You have been invited to join the :team team!": "آپ کو مدعو کیا گیا ہے میں شامل ہونے کے لئے :team ٹیم!", "You have enabled two factor authentication.": "آپ کو چالو حالت میں ہے دو عنصر کی تصدیق.", diff --git a/locales/uz_Cyrl/uz_Cyrl.json b/locales/uz_Cyrl/uz_Cyrl.json index 1d8b9c5b05e..b124fb3d531 100644 --- a/locales/uz_Cyrl/uz_Cyrl.json +++ b/locales/uz_Cyrl/uz_Cyrl.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Tafsilotlarini", ":resource Details: :title": ":resource Tafsilotlarini: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Ro'yxatga olish paytida taqdim etilgan elektron pochta manziliga yangi tekshirish havolasi yuborildi.", "Accept Invitation": "Taklifnomani Qabul Qiling", "Action": "Harakat", @@ -80,6 +81,7 @@ "Bahrain": "Ummon", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgiya", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Turini Tanlang", "Christmas Island": "Rojdestvo Orol", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Tanlash uchun bosing", "Close": "Yaqin", "Cocos (Keeling) Islands": "Cocos () Keeling Orollar", @@ -187,6 +190,7 @@ "Done.": "Qilingan.", "Download": "Yuklab olish", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvadorda", "Edit": "Edit. uz", "Edit :resource": "Tahrir :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Agar siz allaqachon hisobingiz bo'lsa, quyidagi tugmani bosish orqali ushbu taklifni qabul qilishingiz mumkin:", "If you did not create an account, no further action is required.": "Agar hisob yaratish bermadi bo'lsa, hech yanada harakat talab qilinadi.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Agar siz ushbu jamoaga taklif olishni kutmagan bo'lsangiz, ushbu elektron pochtani bekor qilishingiz mumkin.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Agar parol tiklashni talab qilmagan bo'lsangiz, qo'shimcha harakat talab qilinmaydi.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Agar hisob bo'lmasa, agar quyidagi tugmani bosish birini yaratishingiz mumkin. Hisob yaratganingizdan so'ng, jamoa taklifini qabul qilish uchun ushbu e-pochtada taklifni qabul qilish tugmasini bosishingiz mumkin:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "E-mail manzilingizni tekshirish uchun quyidagi tugmani bosing.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Iltimos, favqulodda tiklash kodlaringizdan biriga kirib hisobingizga kirishni tasdiqlang.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Sizning autentifikator dastur tomonidan taqdim autentifikatsiya kodni kirib hisobingizga kirishni tasdiqlash iltimos.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Yangi API ma'lumoti nusxa iltimos. Sizning xavfsizlik uchun, u yana ko'rsatilgan bo'lmaydi.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Agar qurilmalar barcha bo'ylab boshqa brauzer sessiyalari chiqib kirish uchun istardim tasdiqlash uchun parolni kiriting.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venesuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Elektron Pochta Manzilini Tekshirish", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Nazarbek", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ha mayli", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Biz sizning hisob uchun parol reset so'rov qabul chunki siz bu elektron pochta qabul qilinadi.", "You have been invited to join the :team team!": "Siz :team jamoasiga taklif etilgansiz!", "You have enabled two factor authentication.": "Siz ikki faktor autentifikatsiya yoqilgan bo'lishi.", diff --git a/locales/uz_Latn/uz_Latn.json b/locales/uz_Latn/uz_Latn.json index 0d96a6942a8..707dd6d966c 100644 --- a/locales/uz_Latn/uz_Latn.json +++ b/locales/uz_Latn/uz_Latn.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource Tafsilotlarini", ":resource Details: :title": ":resource Tafsilotlarini: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Ro'yxatga olish paytida taqdim etilgan elektron pochta manziliga yangi tekshirish havolasi yuborildi.", "Accept Invitation": "Taklifnomani Qabul Qiling", "Action": "Harakat", @@ -80,6 +81,7 @@ "Bahrain": "Ummon", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Belgiya", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Turini Tanlang", "Christmas Island": "Rojdestvo Orol", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "Tanlash uchun bosing", "Close": "Yaqin", "Cocos (Keeling) Islands": "Cocos () Keeling Orollar", @@ -187,6 +190,7 @@ "Done.": "Qilingan.", "Download": "Yuklab olish", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ekvadorda", "Edit": "Edit. uz", "Edit :resource": "Tahrir :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Agar siz allaqachon hisobingiz bo'lsa, quyidagi tugmani bosish orqali ushbu taklifni qabul qilishingiz mumkin:", "If you did not create an account, no further action is required.": "Agar hisob yaratish bermadi bo'lsa, hech yanada harakat talab qilinadi.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Agar siz ushbu jamoaga taklif olishni kutmagan bo'lsangiz, ushbu elektron pochtani bekor qilishingiz mumkin.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Agar parol tiklashni talab qilmagan bo'lsangiz, qo'shimcha harakat talab qilinmaydi.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Agar hisob bo'lmasa, agar quyidagi tugmani bosish birini yaratishingiz mumkin. Hisob yaratganingizdan so'ng, jamoa taklifini qabul qilish uchun ushbu e-pochtada taklifni qabul qilish tugmasini bosishingiz mumkin:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "E-mail manzilingizni tekshirish uchun quyidagi tugmani bosing.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Iltimos, favqulodda tiklash kodlaringizdan biriga kirib hisobingizga kirishni tasdiqlang.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Sizning autentifikator dastur tomonidan taqdim autentifikatsiya kodni kirib hisobingizga kirishni tasdiqlash iltimos.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Yangi API ma'lumoti nusxa iltimos. Sizning xavfsizlik uchun, u yana ko'rsatilgan bo'lmaydi.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Agar qurilmalar barcha bo'ylab boshqa brauzer sessiyalari chiqib kirish uchun istardim tasdiqlash uchun parolni kiriting.", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "Venesuela", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "Elektron Pochta Manzilini Tekshirish", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "Nazarbek", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "Ha mayli", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Biz sizning hisob uchun parol reset so'rov qabul chunki siz bu elektron pochta qabul qilinadi.", "You have been invited to join the :team team!": "Siz :team jamoasi ishtirok etish uchun taklif etildi!", "You have enabled two factor authentication.": "Siz ikki faktor autentifikatsiya yoqilgan bo'lishi.", diff --git a/locales/vi/vi.json b/locales/vi/vi.json index d4c055798d2..b26c544443c 100644 --- a/locales/vi/vi.json +++ b/locales/vi/vi.json @@ -6,6 +6,7 @@ ":days day trial": ":days ngày dùng thử", ":resource Details": "Chi Tiết :resource", ":resource Details: :title": "Chi tiết :resource: :title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "Một liên kết xác minh mới đã được gửi đến địa chỉ email được bạn cung cấp trong quá trình đăng ký.", "Accept Invitation": "Chấp Nhận Lời Mời", "Action": "Hành động", @@ -80,6 +81,7 @@ "Bahrain": "Bahrain", "Bangladesh": "Bangladesh", "Barbados": "Barbados", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "Belarus", "Belgium": "Bỉ", "Belize": "Belize", @@ -125,6 +127,7 @@ "Choose Type": "Chọn Loại", "Christmas Island": "Đảo Giáng Sinh", "City": "Thành Phố", + "click here to request another": "click here to request another", "Click to choose": "Click vào để chọn", "Close": "Đóng", "Cocos (Keeling) Islands": "Quần Đảo Cocos (Keeling)", @@ -187,6 +190,7 @@ "Done.": "Xong.", "Download": "Tải Về", "Download Receipt": "Tải Về Hóa Đơn", + "E-Mail Address": "E-Mail Address", "Ecuador": "Ecuador", "Edit": "Sửa", "Edit :resource": "Sửa :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "Nếu bạn đã có tài khoản, bạn có thể chấp nhận lời mời này bằng cách bấm vào nút bên dưới:", "If you did not create an account, no further action is required.": "Nếu bạn không đăng ký tài khoản này, bạn không cần thực hiện thêm hành động nào.", "If you did not expect to receive an invitation to this team, you may discard this email.": "Nếu bạn không muốn chấp nhận lời mời, bạn có thể bỏ qua email này.", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "Nếu bạn không yêu cầu đặt lại mật khẩu, bạn không cần thực hiện thêm hành động nào.", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "Nếu bạn không có tài khoản, bạn có thể tạo ngày bằng cách bấm vào nút bên dưới. Sau khi tài khoản được tạo, bạn có thể bấm vào nút chấp nhận để đồng ý tham gia vào nhóm:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "Nếu bạn cần thêm thông tin liên hệ hoặc thuế cụ thể vào biên lai của mình, chẳng hạn như tên đầy đủ của doanh nghiệp, số nhận dạng VAT hoặc địa chỉ của hồ sơ, bạn có thể thêm thông tin đó tại đây.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "Vui lòng click vào nút bên dưới để xác minh địa chỉ email của bạn.", "Please confirm access to your account by entering one of your emergency recovery codes.": "Vui lòng xác nhận quyền truy cập vào tài khoản của bạn bằng cách nhập một trong các mã khôi phục khẩn cấp.", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "Vui lòng xác nhận quyền truy cập vào tài khoản của bạn bằng cách nhập mã xác thực được cung cấp bởi ứng dụng xác thực của bạn.", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "Vui lòng lưu lại API token. Vì mục đích bảo mật, nó sẽ không được hiển thị lại lần nữa.", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "Vui lòng nhập mật khẩu của bạn để xác nhận rằng bạn muốn đăng xuất khỏi các phiên trình duyệt khác trên tất cả các thiết bị của mình.", "Please provide a maximum of three receipt emails addresses.": "Vui lòng cung cấp nhiều nhất ba địa chỉ email nhận hóa đơn.", @@ -666,6 +672,7 @@ "Venezuela": "Venezuela", "Venezuela, Bolivarian Republic of": "Venezuela, Công Hòa Bolivar", "Verify Email Address": "Xác Minh Địa Chỉ Email", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Việt Nam", "View": "Xem", "View Receipt": "Xem Hoá Đơn", @@ -692,6 +699,7 @@ "Yes": "Đồng ý", "You are already subscribed.": "Bạn đã đăng kí.", "You are currently within your free trial period. Your trial will expire on :date.": "Bạn hiện đang trong thời gian dùng thử miễn phí. Bản dùng thử của bạn sẽ hết hạn vào :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "Bạn nhận được email này vì chúng tôi đã nhận được yêu cầu đặt lại mật khẩu cho tài khoản của bạn.", "You have been invited to join the :team team!": "Bạn đã được mời gia nhập vào nhóm :team!", "You have enabled two factor authentication.": "Bạn đã bật xác thực hai yếu tố.", diff --git a/locales/zh_CN/zh_CN.json b/locales/zh_CN/zh_CN.json index 3636d9395e4..9f9c1959e72 100644 --- a/locales/zh_CN/zh_CN.json +++ b/locales/zh_CN/zh_CN.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource 详情", ":resource Details: :title": ":resource 详细信息::title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "一个新的验证链接已经发送至您在注册时提供的电子邮件地址。", "Accept Invitation": "接受邀请", "Action": "开始!", @@ -80,6 +81,7 @@ "Bahrain": "巴林", "Bangladesh": "孟加拉国", "Barbados": "巴巴多斯", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "白俄罗斯", "Belgium": "比利时", "Belize": "伯利兹", @@ -125,6 +127,7 @@ "Choose Type": "选择类型", "Christmas Island": "圣诞岛", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "点击选择", "Close": "关闭", "Cocos (Keeling) Islands": "科科斯(基林)群岛", @@ -187,6 +190,7 @@ "Done.": "已完成。", "Download": "下载", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "厄瓜多尔", "Edit": "编辑", "Edit :resource": "编辑 :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "如果您已经有一个账户,您可以通过点击下面的按钮接受这个邀请:", "If you did not create an account, no further action is required.": "如果您未注册帐号,请忽略此邮件。", "If you did not expect to receive an invitation to this team, you may discard this email.": "如果你没有想到会收到这个团队的邀请,你可以丢弃这封邮件。", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "如果您未申请重设密码,请忽略此邮件。", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您还没有账号,可以点击下面的按钮创建一个账号。创建账户后,您可以点击此邮件中的邀请接受按钮,接受团队邀请:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "请点击下面按钮验证您的 E-mail:", "Please confirm access to your account by entering one of your emergency recovery codes.": "请输入您的紧急恢复代码以访问您的账户。", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "请输入您的验证器应用程序提供的验证码以访问您的账户。", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "请复制你的新 API token。为了您的安全,它不会再被显示出来。", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "请输入您的密码,以确认您要注销您其他设备上的浏览器会话。", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "委内瑞拉", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "验证 E-mail", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "查看", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "是的", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "您收到此电子邮件是因为我们收到了您帐户的密码重设请求。", "You have been invited to join the :team team!": "您已被邀请加入「:team」团队!", "You have enabled two factor authentication.": "你已经启用了双因素认证。", diff --git a/locales/zh_HK/zh_HK.json b/locales/zh_HK/zh_HK.json index a2a04a4d868..25478c73a2e 100644 --- a/locales/zh_HK/zh_HK.json +++ b/locales/zh_HK/zh_HK.json @@ -6,6 +6,7 @@ ":days day trial": ":days day trial", ":resource Details": ":resource 详情", ":resource Details: :title": ":resource 详细信息::title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "一個新的驗證鏈接已經發送至您在註冊時提供的電子郵件地址。", "Accept Invitation": "接受邀請", "Action": "开始!", @@ -80,6 +81,7 @@ "Bahrain": "巴林", "Bangladesh": "孟加拉国", "Barbados": "巴巴多斯", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "白俄罗斯", "Belgium": "比利时", "Belize": "伯利兹", @@ -125,6 +127,7 @@ "Choose Type": "选择类型", "Christmas Island": "圣诞岛", "City": "City", + "click here to request another": "click here to request another", "Click to choose": "点击选择", "Close": "關閉", "Cocos (Keeling) Islands": "科科斯(基林)群岛", @@ -187,6 +190,7 @@ "Done.": "已完成。", "Download": "下载", "Download Receipt": "Download Receipt", + "E-Mail Address": "E-Mail Address", "Ecuador": "厄瓜多尔", "Edit": "编辑", "Edit :resource": "编辑 :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "如果您已經有一個賬戶,您可以通過點擊下面的按鈕接受這個邀請:", "If you did not create an account, no further action is required.": "如果您未註冊帳號,請忽略此郵件。", "If you did not expect to receive an invitation to this team, you may discard this email.": "如果你沒有想到會收到這個團隊的邀請,你可以丟棄這封郵件。", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "如果您未申請重設密碼,請忽略此郵件。", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您還沒有賬號,可以點擊下面的按鈕創建一個賬號。創建賬戶後,您可以點擊此郵件中的邀請接受按鈕,接受團隊邀請:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "請點擊下面按鈕驗證您的 E-mail:", "Please confirm access to your account by entering one of your emergency recovery codes.": "請輸入您的緊急恢復代碼以訪問您的賬戶。", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "請輸入您的驗證器應用程序提供的驗證碼以訪問您的賬戶。", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "請複制你的新 API token。為了您的安全,它不會再被顯示出來。", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要註銷您所有設備上的其他瀏覽器會話。", "Please provide a maximum of three receipt emails addresses.": "Please provide a maximum of three receipt emails addresses.", @@ -666,6 +672,7 @@ "Venezuela": "委内瑞拉", "Venezuela, Bolivarian Republic of": "Venezuela, Bolivarian Republic of", "Verify Email Address": "驗證 E-mail", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "Vietnam", "View": "查看", "View Receipt": "View Receipt", @@ -692,6 +699,7 @@ "Yes": "是的", "You are already subscribed.": "You are already subscribed.", "You are currently within your free trial period. Your trial will expire on :date.": "You are currently within your free trial period. Your trial will expire on :date.", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "您收到此電子郵件是因為我們收到了您帳戶的密碼重設請求。", "You have been invited to join the :team team!": "您已被邀請加入「:team」團隊!", "You have enabled two factor authentication.": "你已經啟用了雙因素認證。", diff --git a/locales/zh_TW/zh_TW.json b/locales/zh_TW/zh_TW.json index 30d1d8d1b71..a0c77eecf79 100644 --- a/locales/zh_TW/zh_TW.json +++ b/locales/zh_TW/zh_TW.json @@ -6,6 +6,7 @@ ":days day trial": ":days 天試用", ":resource Details": ":resource 詳情", ":resource Details: :title": ":resource 詳細資料::title", + "A fresh verification link has been sent to your email address.": "A fresh verification link has been sent to your email address.", "A new verification link has been sent to the email address you provided during registration.": "一個新的驗證連結已經發送至您在註冊時提供的電子郵件。", "Accept Invitation": "接受邀請", "Action": "開始!", @@ -80,6 +81,7 @@ "Bahrain": "巴林", "Bangladesh": "孟加拉", "Barbados": "巴貝多", + "Before proceeding, please check your email for a verification link.": "Before proceeding, please check your email for a verification link.", "Belarus": "白俄羅斯", "Belgium": "比利時", "Belize": "貝里斯", @@ -125,6 +127,7 @@ "Choose Type": "選擇類型", "Christmas Island": "聖誕島", "City": "城市", + "click here to request another": "click here to request another", "Click to choose": "點擊選擇", "Close": "關閉", "Cocos (Keeling) Islands": "科科斯(基林)群島", @@ -187,6 +190,7 @@ "Done.": "已完成。", "Download": "下載", "Download Receipt": "下載收據", + "E-Mail Address": "E-Mail Address", "Ecuador": "厄瓜多爾", "Edit": "編輯", "Edit :resource": "編輯 :resource", @@ -267,6 +271,7 @@ "If you already have an account, you may accept this invitation by clicking the button below:": "如果您已經有一個帳戶,您可以通過點擊下方的按鈕接受這個邀請:", "If you did not create an account, no further action is required.": "如果您未註冊帳號,請忽略此郵件。", "If you did not expect to receive an invitation to this team, you may discard this email.": "如果你沒有想到會收到這個團隊的邀請,你可以刪除這封郵件。", + "If you did not receive the email": "If you did not receive the email", "If you did not request a password reset, no further action is required.": "如果您未申請重設密碼,請忽略此郵件。", "If you do not have an account, you may create one by clicking the button below. After creating an account, you may click the invitation acceptance button in this email to accept the team invitation:": "如果您還沒有帳號,可以點擊下方的按鈕建立一個帳號。建立帳戶後,您可以點擊此郵件中的邀請接受按鈕,接受團隊邀請:", "If you need to add specific contact or tax information to your receipts, like your full business name, VAT identification number, or address of record, you may add it here.": "如果您需要在收據中新增特定的聯絡資料或稅務資訊,例如您的完整公司名稱、增值稅識別號或記錄地址,您可以在此處新增。", @@ -428,6 +433,7 @@ "Please click the button below to verify your email address.": "請點擊下方按鈕驗證您的電子郵件:", "Please confirm access to your account by entering one of your emergency recovery codes.": "請輸入您的緊急還原代碼以訪問您的帳戶。", "Please confirm access to your account by entering the authentication code provided by your authenticator application.": "請輸入您的驗證器應用程式提供的驗證碼以訪問您的帳戶。", + "Please confirm your password before continuing.": "Please confirm your password before continuing.", "Please copy your new API token. For your security, it won't be shown again.": "請複製你的新 API token。為了您的安全,它不會再被顯示出來。", "Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.": "請輸入您的密碼,以確認您要登出您所有裝置上的其它瀏覽器會話。", "Please provide a maximum of three receipt emails addresses.": "請提供最多三個收據電子郵件地址。", @@ -666,6 +672,7 @@ "Venezuela": "委內瑞拉", "Venezuela, Bolivarian Republic of": "委內瑞拉玻利瓦爾共和國", "Verify Email Address": "驗證電子郵件", + "Verify Your Email Address": "Verify Your Email Address", "Viet Nam": "越南", "View": "查看", "View Receipt": "查看帳單", @@ -692,6 +699,7 @@ "Yes": "是", "You are already subscribed.": "您已經完成訂閱。", "You are currently within your free trial period. Your trial will expire on :date.": "您目前正在免費試用期。 您的試用期將於 :date 結束。", + "You are logged in!": "You are logged in!", "You are receiving this email because we received a password reset request for your account.": "您收到此電子郵件是因為我們收到了您帳戶的密碼重設請求。", "You have been invited to join the :team team!": "您已被邀請加入「:team」團隊!", "You have enabled two factor authentication.": "你已經啟用了兩步驟驗證。", diff --git a/source/packages/ui.json b/source/packages/ui.json new file mode 100644 index 00000000000..3bb8acfdbd2 --- /dev/null +++ b/source/packages/ui.json @@ -0,0 +1,22 @@ +[ + "A fresh verification link has been sent to your email address.", + "Before proceeding, please check your email for a verification link.", + "click here to request another", + "Confirm Password", + "Dashboard", + "E-Mail Address", + "Forgot Your Password?", + "If you did not receive the email", + "Login", + "Logout", + "Name", + "Password", + "Please confirm your password before continuing.", + "Register", + "Remember Me", + "Reset Password", + "Send Password Reset Link", + "Toggle navigation", + "Verify Your Email Address", + "You are logged in!" +]