Skip to content

Commit e220dd4

Browse files
chore: translation improvement (#6518)
1 parent 6db7421 commit e220dd4

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

packages/i18n/src/locales/en/translations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"deactivate_your_account_description": "Once deactivated, you can't be assigned work items and be billed for your workspace. To reactivate your account, you will need an invite to a workspace at this email address.",
238238
"deactivating": "Deactivating",
239239
"confirm": "Confirm",
240+
"confirming": "Confirming",
240241
"draft_created": "Draft created",
241242
"issue_created_successfully": "Work item created successfully",
242243
"draft_creation_failed": "Draft creation failed",
@@ -274,6 +275,7 @@
274275
"labels": "Labels",
275276
"create_new_label": "Create new label",
276277
"start_date": "Start date",
278+
"end_date": "End date",
277279
"due_date": "Due date",
278280
"estimate": "Estimate",
279281
"change_parent_issue": "Change parent work item",
@@ -477,6 +479,7 @@
477479
"load_more": "Load more",
478480
"activity": "Activity",
479481
"analytics": "Analytics",
482+
"dates": "Dates",
480483
"success": "Success!",
481484
"something_went_wrong": "Something went wrong",
482485
"error": {
@@ -485,6 +488,7 @@
485488
},
486489
"group_by": "Group by",
487490
"epic": "Epic",
491+
"epics": "Epics",
488492
"work_item": "Work item",
489493
"add": "Add",
490494
"warning": "Warning",

packages/i18n/src/locales/es/translations.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"deactivate_your_account_description": "Una vez desactivada, no podrás ser asignado a work items ni se te facturará por tu workspace. Para reactivar tu cuenta, necesitarás una invitación a un workspace con esta dirección de correo electrónico.",
238238
"deactivating": "Desactivando",
239239
"confirm": "Confirmar",
240+
"confirming": "Confirmando",
240241
"draft_created": "Borrador creado",
241242
"issue_created_successfully": "Work item creado exitosamente",
242243
"draft_creation_failed": "Error al crear borrador",
@@ -274,6 +275,7 @@
274275
"labels": "Etiquetas",
275276
"create_new_label": "Crear nueva etiqueta",
276277
"start_date": "Fecha de inicio",
278+
"end_date": "Fecha de finalización",
277279
"due_date": "Fecha de vencimiento",
278280
"estimate": "Estimates",
279281
"change_parent_issue": "Cambiar work item padre",
@@ -477,14 +479,16 @@
477479
"load_more": "Cargar más",
478480
"activity": "Actividad",
479481
"analytics": "Analytics",
482+
"dates": "Fechas",
480483
"success": "¡Éxito!",
481484
"something_went_wrong": "Algo salió mal",
482485
"error": {
483486
"label": "¡Error!",
484487
"message": "Ocurrió un error. Por favor, inténtalo de nuevo."
485488
},
486489
"group_by": "Agrupar por",
487-
"epic": "Epic",
490+
"epic": "Épicas",
491+
"epics": "Épicas",
488492
"work_item": "Work item",
489493
"add": "Agregar",
490494
"warning": "Advertencia",
@@ -1364,7 +1368,7 @@
13641368
"title": "Actividad reciente",
13651369
"empty": "No pudimos encontrar datos. Por favor, revise sus entradas",
13661370
"button": "Descargar la actividad de hoy",
1367-
"button_loading": "Descargando"
1371+
"button_loading": "Descargando"
13681372
}
13691373
},
13701374
"actions": {

packages/i18n/src/locales/fr/translations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"deactivate_your_account_description": "Une fois désactivé, vous ne pouvez plus être assigné à des éléments de travail ni être facturé pour votre workspace. Pour réactiver votre compte, vous aurez besoin d'une invitation à un workspace à cette adresse email.",
238238
"deactivating": "Désactivation",
239239
"confirm": "Confirmer",
240+
"confirming": "Confirmation",
240241
"draft_created": "Brouillon créé",
241242
"issue_created_successfully": "Élément de travail créé avec succès",
242243
"draft_creation_failed": "Échec de la création du brouillon",
@@ -274,6 +275,7 @@
274275
"labels": "Étiquettes",
275276
"create_new_label": "Créer nouvelle étiquette",
276277
"start_date": "Date de début",
278+
"end_date": "Date de fin",
277279
"due_date": "Date d'échéance",
278280
"estimate": "Estimation",
279281
"change_parent_issue": "Changer l'élément de travail parent",
@@ -477,6 +479,7 @@
477479
"load_more": "Charger plus",
478480
"activity": "Activité",
479481
"analytics": "Analytiqués",
482+
"dates": "Dates",
480483
"success": "Succès !",
481484
"something_went_wrong": "Une erreur s'est produite",
482485
"error": {
@@ -485,6 +488,7 @@
485488
},
486489
"group_by": "Grouper par",
487490
"epic": "Epiqué",
491+
"epics": "Épiques",
488492
"work_item": "Worké Item",
489493
"add": "Ajouter",
490494
"warning": "Avertissement",

packages/i18n/src/locales/ja/translations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"deactivate_your_account_description": "無効化すると、作業項目の割り当てを受けられなくなり、ワークスペースの課金対象から外れます。アカウントを再有効化するには、このメールアドレスへのワークスペースからの招待が必要です。",
238238
"deactivating": "無効化中",
239239
"confirm": "確認",
240+
"confirming": "確認中",
240241
"draft_created": "下書きが作成されました",
241242
"issue_created_successfully": "課題が正常に作成されました",
242243
"draft_creation_failed": "下書きの作成に失敗しました",
@@ -274,6 +275,7 @@
274275
"labels": "ラベル",
275276
"create_new_label": "新規ラベルを作成",
276277
"start_date": "開始日",
278+
"end_date": "終了日",
277279
"due_date": "期限日",
278280
"estimate": "見積もり",
279281
"change_parent_issue": "親課題を変更",
@@ -477,6 +479,7 @@
477479
"load_more": "もっと読み込む",
478480
"activity": "アクティビティ",
479481
"analytics": "分析",
482+
"dates": "日付",
480483
"success": "成功しました!",
481484
"something_went_wrong": "問題が発生しました",
482485
"error": {
@@ -485,6 +488,7 @@
485488
},
486489
"group_by": "グループ化",
487490
"epic": "エピック",
491+
"epics": "エピック",
488492
"work_item": "作業項目",
489493
"add": "追加",
490494
"warning": "警告",

packages/i18n/src/locales/zh-CN/translations.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
"deactivate_your_account_description": "一旦停用,您将无法被分配工作项,也将不再为您的工作区计费。要重新激活您的账户,您需要在此电子邮件地址上获得工作区的邀请。",
238238
"deactivating": "正在停用",
239239
"confirm": "确认",
240+
"confirming": "确认中",
240241
"draft_created": "草稿已创建",
241242
"issue_created_successfully": "工作项创建成功",
242243
"draft_creation_failed": "草稿创建失败",
@@ -274,6 +275,7 @@
274275
"labels": "标签",
275276
"create_new_label": "创建新标签",
276277
"start_date": "开始日期",
278+
"end_date": "结束日期",
277279
"due_date": "截止日期",
278280
"estimate": "估算",
279281
"change_parent_issue": "更改父工作项",
@@ -477,6 +479,7 @@
477479
"load_more": "加载更多",
478480
"activity": "活动",
479481
"analytics": "分析",
482+
"dates": "日期",
480483
"success": "成功!",
481484
"something_went_wrong": "出现问题",
482485
"error": {
@@ -485,6 +488,7 @@
485488
},
486489
"group_by": "分组依据",
487490
"epic": "史诗",
491+
"epics": "史诗",
488492
"work_item": "工作项",
489493
"add": "添加",
490494
"warning": "警告",

0 commit comments

Comments
 (0)