Skip to content

Commit 3ec71d6

Browse files
chore: translation update
1 parent 571c3f6 commit 3ec71d6

File tree

6 files changed

+96
-112
lines changed

6 files changed

+96
-112
lines changed

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

Lines changed: 55 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"add_members": "Add members",
1919
"remove_members": "Remove members",
2020
"add": "Add",
21+
"adding": "Adding",
2122
"remove": "Remove",
2223
"add_new": "Add new",
2324
"remove_selected": "Remove selected",
@@ -316,10 +317,6 @@
316317
"required": "Required",
317318
"optional": "Optional",
318319
"Cancel": "Cancel",
319-
"Update": "Update",
320-
"Add": "Add",
321-
"Updating": "Updating",
322-
"Adding": "Adding",
323320
"edit": "Edit",
324321
"open_in_new_tab": "Open in new tab",
325322
"delete": "Delete",
@@ -329,7 +326,7 @@
329326
"evening": "evening",
330327
"show_all": "Show all",
331328
"show_less": "Show less",
332-
"no_data_yet": "No Data yet",
329+
"no_data_yet": "No Data yet",
333330
"connections": "Connections",
334331

335332
"toast": {
@@ -1059,60 +1056,60 @@
10591056
},
10601057

10611058
"stickies": {
1062-
"title": "Your stickies",
1063-
"placeholder": "click to type here",
1064-
"all": "All stickies",
1065-
"no-data": "Jot down an idea, capture an aha, or record a brainwave. Add a sticky to get started.",
1066-
"add": "Add sticky",
1067-
"search_placeholder": "Search by title",
1068-
"delete": "Delete sticky",
1069-
"delete_confirmation": "Are you sure you want to delete this sticky?",
1070-
"empty_state": {
1071-
"simple": "Jot down an idea, capture an aha, or record a brainwave. Add a sticky to get started.",
1072-
"general": {
1073-
"title": "Stickies are quick notes and to-dos you take down on the fly.",
1074-
"description": "Capture your thoughts and ideas effortlessly by creating stickies that you can access anytime and from anywhere.",
1075-
"primary_button": {
1076-
"text": "Add sticky"
1077-
}
1078-
},
1079-
"search": {
1080-
"title": "That doesn't match any of your stickies.",
1081-
"description": "Try a different term or let us know\nif you are sure your search is right. ",
1082-
"primary_button": {
1083-
"text": "Add sticky"
1084-
}
1085-
}
1059+
"title": "Your stickies",
1060+
"placeholder": "click to type here",
1061+
"all": "All stickies",
1062+
"no-data": "Jot down an idea, capture an aha, or record a brainwave. Add a sticky to get started.",
1063+
"add": "Add sticky",
1064+
"search_placeholder": "Search by title",
1065+
"delete": "Delete sticky",
1066+
"delete_confirmation": "Are you sure you want to delete this sticky?",
1067+
"empty_state": {
1068+
"simple": "Jot down an idea, capture an aha, or record a brainwave. Add a sticky to get started.",
1069+
"general": {
1070+
"title": "Stickies are quick notes and to-dos you take down on the fly.",
1071+
"description": "Capture your thoughts and ideas effortlessly by creating stickies that you can access anytime and from anywhere.",
1072+
"primary_button": {
1073+
"text": "Add sticky"
1074+
}
10861075
},
1087-
"toasts": {
1088-
"errors": {
1089-
"wrong_name": "The sticky name cannot be longer than 100 characters.",
1090-
"already_exists": "There already exists a sticky with no description"
1091-
},
1092-
"created": {
1093-
"title": "Sticky created",
1094-
"message": "The sticky has been successfully created"
1095-
},
1096-
"not_created": {
1097-
"title": "Sticky not created",
1098-
"message": "The sticky could not be created"
1099-
},
1100-
"updated": {
1101-
"title": "Sticky updated",
1102-
"message": "The sticky has been successfully updated"
1103-
},
1104-
"not_updated": {
1105-
"title": "Sticky not updated",
1106-
"message": "The sticky could not be updated"
1107-
},
1108-
"removed": {
1109-
"title": "Sticky removed",
1110-
"message": "The sticky has been successfully removed"
1111-
},
1112-
"not_removed": {
1113-
"title": "Sticky not removed",
1114-
"message": "The sticky could not be removed"
1115-
}
1076+
"search": {
1077+
"title": "That doesn't match any of your stickies.",
1078+
"description": "Try a different term or let us know\nif you are sure your search is right. ",
1079+
"primary_button": {
1080+
"text": "Add sticky"
1081+
}
11161082
}
1083+
},
1084+
"toasts": {
1085+
"errors": {
1086+
"wrong_name": "The sticky name cannot be longer than 100 characters.",
1087+
"already_exists": "There already exists a sticky with no description"
1088+
},
1089+
"created": {
1090+
"title": "Sticky created",
1091+
"message": "The sticky has been successfully created"
1092+
},
1093+
"not_created": {
1094+
"title": "Sticky not created",
1095+
"message": "The sticky could not be created"
1096+
},
1097+
"updated": {
1098+
"title": "Sticky updated",
1099+
"message": "The sticky has been successfully updated"
1100+
},
1101+
"not_updated": {
1102+
"title": "Sticky not updated",
1103+
"message": "The sticky could not be updated"
1104+
},
1105+
"removed": {
1106+
"title": "Sticky removed",
1107+
"message": "The sticky has been successfully removed"
1108+
},
1109+
"not_removed": {
1110+
"title": "Sticky not removed",
1111+
"message": "The sticky could not be removed"
1112+
}
1113+
}
11171114
}
11181115
}

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"add_members": "Agregar miembros",
1919
"remove_members": "Eliminar miembros",
2020
"add": "Agregar",
21+
"adding": "Añadiendo",
2122
"remove": "Eliminar",
2223
"add_new": "Agregar nuevo",
2324
"remove_selected": "Eliminar seleccionados",
@@ -315,10 +316,6 @@
315316
"required": "Requerido",
316317
"optional": "Opcional",
317318
"Cancel": "Cancelar",
318-
"Update": "Actualizar",
319-
"Add": "Añadir",
320-
"Updating": "Actualizando",
321-
"Adding": "Añadiendo",
322319
"edit": "Editar",
323320
"open_in_new_tab": "Abrir en nueva pestaña",
324321
"delete": "Eliminar",

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

Lines changed: 37 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"add_members": "Ajouter des membres",
1919
"remove_members": "Supprimer des membres",
2020
"add": "Ajouter",
21+
"adding": "Ajout",
2122
"remove": "Supprimer",
2223
"add_new": "Ajouter un nouveau",
2324
"remove_selected": "Supprimer la sélection",
@@ -313,15 +314,10 @@
313314
"remove_parent_issue": "Supprimer le problème parent",
314315
"add_parent": "Ajouter un parent",
315316
"loading_members": "Chargement des membres...",
316-
317317
"view_link_copied_to_clipboard": "Lien de vue copié dans le presse-papiers.",
318318
"required": "Requis",
319319
"optional": "Optionnel",
320320
"Cancel": "Annuler",
321-
"Update": "Mettre à jour",
322-
"Add": "Ajouter",
323-
"Updating": "Mise à jour",
324-
"Adding": "Ajout",
325321
"edit": "Modifier",
326322
"open_in_new_tab": "Ouvrir dans un nouvel onglet",
327323
"delete": "Supprimer",
@@ -370,44 +366,44 @@
370366
}
371367
},
372368
"quick_links": {
373-
"empty": "Enregistrez des liens vers des éléments de travail que vous souhaitez avoir à portée de main.",
374-
"add": "Ajouter un lien rapide",
375-
"title": "Lien rapide",
376-
"title_plural": "Liens rapides",
377-
"toasts": {
378-
"created": {
379-
"title": "Lien créé",
380-
"message": "Le lien a été créé avec succès"
381-
},
382-
"not_created": {
383-
"title": "Lien non créé",
384-
"message": "Le lien n'a pas pu être créé"
385-
},
386-
"updated": {
387-
"title": "Lien mis à jour",
388-
"message": "Le lien a été mis à jour avec succès"
389-
},
390-
"not_updated": {
391-
"title": "Lien non mis à jour",
392-
"message": "Le lien n'a pas pu être mis à jour"
393-
},
394-
"removed": {
395-
"title": "Lien supprimé",
396-
"message": "Le lien a été supprimé avec succès"
397-
},
398-
"not_removed": {
399-
"title": "Lien non supprimé",
400-
"message": "Le lien n'a pas pu être supprimé"
401-
}
369+
"empty": "Enregistrez des liens vers des éléments de travail que vous souhaitez avoir à portée de main.",
370+
"add": "Ajouter un lien rapide",
371+
"title": "Lien rapide",
372+
"title_plural": "Liens rapides",
373+
"toasts": {
374+
"created": {
375+
"title": "Lien créé",
376+
"message": "Le lien a été créé avec succès"
377+
},
378+
"not_created": {
379+
"title": "Lien non créé",
380+
"message": "Le lien n'a pas pu être créé"
381+
},
382+
"updated": {
383+
"title": "Lien mis à jour",
384+
"message": "Le lien a été mis à jour avec succès"
385+
},
386+
"not_updated": {
387+
"title": "Lien non mis à jour",
388+
"message": "Le lien n'a pas pu être mis à jour"
389+
},
390+
"removed": {
391+
"title": "Lien supprimé",
392+
"message": "Le lien a été supprimé avec succès"
393+
},
394+
"not_removed": {
395+
"title": "Lien non supprimé",
396+
"message": "Le lien n'a pas pu être supprimé"
402397
}
403-
},
398+
}
399+
},
404400
"recents": {
405401
"title": "Récents",
406402
"empty": {
407-
"project": "Vos projets récents apparaîtront ici une fois que vous en aurez visité un.",
408-
"page": "Vos pages récentes apparaîtront ici une fois que vous en aurez visité une.",
409-
"issue": "Vos problèmes récents apparaîtront ici une fois que vous en aurez visité un.",
410-
"default": "Vous n'avez pas encore d'éléments récents."
403+
"project": "Vos projets récents apparaîtront ici une fois que vous en aurez visité un.",
404+
"page": "Vos pages récentes apparaîtront ici une fois que vous en aurez visité une.",
405+
"issue": "Vos problèmes récents apparaîtront ici une fois que vous en aurez visité un.",
406+
"default": "Vous n'avez pas encore d'éléments récents."
411407
},
412408
"filters": {
413409
"all": "Tous les éléments",
@@ -446,7 +442,7 @@
446442
}
447443
}
448444
},
449-
445+
450446
"common": {
451447
"all": "Tout",
452448
"states": "États",
@@ -577,7 +573,7 @@
577573
}
578574
}
579575
},
580-
576+
581577
"view": {
582578
"create": {
583579
"label": "Créer une vue"

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"add_members": "メンバーを追加",
1919
"remove_members": "メンバーを削除",
2020
"add": "追加",
21+
"adding": "追加中",
2122
"remove": "削除",
2223
"add_new": "新規追加",
2324
"remove_selected": "選択項目を削除",
@@ -312,15 +313,10 @@
312313
"remove_parent_issue": "親問題を削除",
313314
"add_parent": "親問題を追加",
314315
"loading_members": "メンバーを読み込んでいます...",
315-
316316
"view_link_copied_to_clipboard": "表示リンクがクリップボードにコピーされました。",
317317
"required": "必須",
318318
"optional": "任意",
319319
"Cancel": "キャンセル",
320-
"Update": "更新",
321-
"Add": "追加",
322-
"Updating": "更新中",
323-
"Adding": "追加中",
324320
"edit": "編集",
325321
"open_in_new_tab": "新しいタブで開く",
326322
"delete": "削除",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@
411411
"star_us_on_github": "在 GitHub 上为我们加星"
412412
},
413413

414-
415-
416414
"link": {
417415
"modal": {
418416
"url": {

web/core/components/home/widgets/links/create-update-link-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const LinkCreateUpdateModal: FC<TLinkCreateEditModal> = observer((props)
6969
<form onSubmit={handleSubmit(handleFormSubmit)}>
7070
<div className="space-y-5 p-5">
7171
<h3 className="text-xl font-medium text-custom-text-200">
72-
{preloadedData?.id ? t("Update") : t("Add")} {t("home.quick_links.title")}
72+
{preloadedData?.id ? t("update") : t("add")} {t("home.quick_links.title")}
7373
</h3>
7474
<div className="mt-2 space-y-3">
7575
<div>
@@ -127,7 +127,7 @@ export const LinkCreateUpdateModal: FC<TLinkCreateEditModal> = observer((props)
127127
{t("Cancel")}
128128
</Button>
129129
<Button variant="primary" size="sm" type="submit" loading={isSubmitting}>
130-
{preloadedData?.id ? (isSubmitting ? t("Updating") : t("Update")) : isSubmitting ? t("Adding") : t("Add")}{" "}
130+
{preloadedData?.id ? (isSubmitting ? t("updating") : t("update")) : isSubmitting ? t("adding") : t("add")}{" "}
131131
{t("home.quick_links.title")}
132132
</Button>
133133
</div>

0 commit comments

Comments
 (0)