Skip to content

Commit 9009d4e

Browse files
committed
update translations.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent 5c67699 commit 9009d4e

10 files changed

Lines changed: 38 additions & 0 deletions

File tree

src/languages/de.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7170,6 +7170,10 @@ Der Control-Tarif beginnt bei 9 $ pro aktivem Mitglied und Monat.`,
71707170
startDate: 'Startdatum',
71717171
endDate: 'Enddatum',
71727172
autoGeneratedRateTooltip: 'Dieser Satz wurde automatisch erzeugt.',
7173+
autoUpdateGovernmentRate: 'Regierungssatz automatisch aktualisieren',
7174+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7175+
`Neue Steuersätze automatisch erstellen, wenn ${countryPhrase} neue Richtlinien veröffentlicht. Vorhandene Steuersätze werden nicht geändert.`,
7176+
governmentRateCountries: {US: 'die Vereinigten Staaten', CA: 'Kanada', GB: 'Großbritannien', AU: 'Australien'},
71737177
},
71747178
editor: {
71757179
descriptionInputLabel: 'Beschreibung',

src/languages/el.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7428,6 +7428,10 @@ _Για πιο αναλυτικές οδηγίες, [επισκεφθείτε τ
74287428
startDateMustBeBeforeEndDate: 'Η ημερομηνία έναρξης πρέπει να είναι πριν από την ημερομηνία λήξης',
74297429
},
74307430
autoGeneratedRateTooltip: 'Αυτός ο συντελεστής δημιουργείται αυτόματα.',
7431+
autoUpdateGovernmentRate: 'Αυτόματη ενημέρωση κρατικού συντελεστή',
7432+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7433+
`Δημιουργεί αυτόματα νέες τιμές όταν το ${countryPhrase} δημοσιεύει νέες οδηγίες. Δεν τροποποιεί τις υπάρχουσες τιμές.`,
7434+
governmentRateCountries: {US: 'οι Ηνωμένες Πολιτείες', CA: 'Καναδάς', GB: 'Μεγάλη Βρετανία', AU: 'Αυστραλία'},
74317435
},
74327436
editor: {
74337437
descriptionInputLabel: 'Περιγραφή',

src/languages/es.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7137,6 +7137,10 @@ El plan Controlar empieza en 9 $ por miembro activo al mes.`,
71377137
startDate: 'Fecha de inicio',
71387138
endDate: 'Fecha de fin',
71397139
autoGeneratedRateTooltip: 'Esta tasa se genera automáticamente.',
7140+
autoUpdateGovernmentRate: 'Actualizar automáticamente la tasa gubernamental',
7141+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7142+
`Crea automáticamente nuevas tasas cuando ${countryPhrase} publique nuevas directrices. No modifica las tasas existentes.`,
7143+
governmentRateCountries: {US: 'Estados Unidos', CA: 'Canadá', GB: 'Gran Bretaña', AU: 'Australia'},
71407144
},
71417145
editor: {
71427146
nameInputLabel: 'Nombre',

src/languages/fr.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7197,6 +7197,10 @@ Le forfait Control commence à 9 $ par Membre actif et par mois.`,
71977197
startDate: 'Date de début',
71987198
endDate: 'Date de fin',
71997199
autoGeneratedRateTooltip: 'Ce taux est généré automatiquement.',
7200+
autoUpdateGovernmentRate: 'Mise à jour automatique du taux gouvernemental',
7201+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7202+
`Créer automatiquement de nouveaux taux lorsque ${countryPhrase} publie de nouvelles directives. Ne modifie pas les taux existants.`,
7203+
governmentRateCountries: {US: 'les États-Unis', CA: 'Canada', GB: 'Grande-Bretagne', AU: 'Australie'},
72007204
},
72017205
editor: {
72027206
descriptionInputLabel: 'Description',

src/languages/it.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7141,6 +7141,10 @@ Il piano Control parte da 9 $ al mese per ogni membro attivo.`,
71417141
startDate: 'Data di inizio',
71427142
endDate: 'Data di fine',
71437143
autoGeneratedRateTooltip: 'Questa tariffa è generata automaticamente.',
7144+
autoUpdateGovernmentRate: 'Aggiorna automaticamente tariffa governativa',
7145+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7146+
`Crea automaticamente nuove aliquote quando ${countryPhrase} pubblica nuove linee guida. Non modifica le aliquote esistenti.`,
7147+
governmentRateCountries: {US: 'gli Stati Uniti', CA: 'Canada', GB: 'Gran Bretagna', AU: 'Australia'},
71447148
},
71457149
editor: {
71467150
descriptionInputLabel: 'Descrizione',

src/languages/ja.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7059,6 +7059,10 @@ Control プランは、アクティブメンバー1人あたり月額 $9 から
70597059
startDate: '開始日',
70607060
endDate: '終了日',
70617061
autoGeneratedRateTooltip: 'このレートは自動生成されています。',
7062+
autoUpdateGovernmentRate: '公定レートを自動更新',
7063+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7064+
`${countryPhrase} が新しいガイダンスを公開したときに、新しいレートを自動的に作成します。既存のレートは変更しません。`,
7065+
governmentRateCountries: {US: 'アメリカ合衆国', CA: 'カナダ', GB: 'グレートブリテン', AU: 'オーストラリア'},
70627066
},
70637067
editor: {
70647068
descriptionInputLabel: '説明',

src/languages/nl.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7128,6 +7128,10 @@ Het Control-abonnement begint bij $9 per actieve deelnemer per maand.`,
71287128
startDate: 'Startdatum',
71297129
endDate: 'Einddatum',
71307130
autoGeneratedRateTooltip: 'Dit tarief is automatisch gegenereerd.',
7131+
autoUpdateGovernmentRate: 'Automatische update overheidstarief',
7132+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7133+
`Maak automatisch nieuwe tarieven aan wanneer ${countryPhrase} nieuwe richtlijnen publiceert. Past bestaande tarieven niet aan.`,
7134+
governmentRateCountries: {US: 'de Verenigde Staten', CA: 'Canada', GB: 'Groot-Brittannië', AU: 'Australië'},
71317135
},
71327136
editor: {
71337137
descriptionInputLabel: 'Beschrijving',

src/languages/pl.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7105,6 +7105,9 @@ Plan Control zaczyna się od 9 USD za aktywnego członka miesięcznie.`,
71057105
startDate: 'Data rozpoczęcia',
71067106
endDate: 'Data zakończenia',
71077107
autoGeneratedRateTooltip: 'Ta stawka jest generowana automatycznie.',
7108+
autoUpdateGovernmentRate: 'Automatycznie aktualizuj stawkę rządową',
7109+
autoUpdateGovernmentRateDescription: (countryPhrase: string) => `Automatycznie twórz nowe stawki, gdy ${countryPhrase} publikuje nowe wytyczne. Nie zmienia istniejących stawek.`,
7110+
governmentRateCountries: {US: 'Stany Zjednoczone', CA: 'Kanada', GB: 'Wielka Brytania', AU: 'Australia'},
71087111
},
71097112
editor: {
71107113
descriptionInputLabel: 'Opis',

src/languages/pt-BR.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7127,6 +7127,10 @@ O plano Control começa em US$ 9 por membro ativo por mês.`,
71277127
startDate: 'Data de início',
71287128
endDate: 'Data de término',
71297129
autoGeneratedRateTooltip: 'Essa tarifa é gerada automaticamente.',
7130+
autoUpdateGovernmentRate: 'Atualizar automaticamente a taxa governamental',
7131+
autoUpdateGovernmentRateDescription: (countryPhrase: string) =>
7132+
`Criar automaticamente novas taxas quando ${countryPhrase} publicar novas orientações. Não modifica as taxas existentes.`,
7133+
governmentRateCountries: {US: 'os Estados Unidos', CA: 'Canadá', GB: 'Reino Unido', AU: 'Austrália'},
71307134
},
71317135
editor: {
71327136
descriptionInputLabel: 'Descrição',

src/languages/zh-hans.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6890,6 +6890,9 @@ _如需更详细的说明,请[访问我们的帮助网站](${CONST.NETSUITE_IM
68906890
startDate: '开始日期',
68916891
endDate: '结束日期',
68926892
autoGeneratedRateTooltip: '此费率为自动生成。',
6893+
autoUpdateGovernmentRate: '自动更新政府费率',
6894+
autoUpdateGovernmentRateDescription: (countryPhrase: string) => `当${countryPhrase}发布新指引时自动创建新税率。不会修改现有税率。`,
6895+
governmentRateCountries: {US: '美国', CA: '加拿大', GB: '大不列颠', AU: '澳大利亚'},
68936896
},
68946897
editor: {
68956898
descriptionInputLabel: '描述',

0 commit comments

Comments
 (0)