Skip to content

Commit ea78653

Browse files
authored
Merge pull request #6515 from makeplane/fix-language-translations
fix: miscelleous language translations
2 parents cc2774a + 067aa60 commit ea78653

File tree

22 files changed

+335
-112
lines changed

22 files changed

+335
-112
lines changed

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

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,15 @@
320320
"leaving": "Leaving",
321321
"removing": "Removing",
322322
"leave": "Leave",
323+
"refresh": "Refresh",
323324
"refreshing": "Refreshing",
324325
"refresh_status": "Refresh status",
325326
"prev": "Prev",
326327
"next": "Next",
327328
"re_generating": "Re-generating",
328329
"re_generate": "Re-generate",
329330
"re_generate_key": "Re-generate key",
331+
"export": "Export",
330332

331333
"project_view": {
332334
"sort_by": {
@@ -1074,6 +1076,7 @@
10741076

10751077
"workspace_settings": {
10761078
"label": "Workspace settings",
1079+
"page_label": "{workspace} - General settings",
10771080
"key_created": "Key created",
10781081
"copy_key": "Copy and save this secret key in Plane Pages. You can't see this key after you hit Close. A CSV file containing the key has been downloaded.",
10791082
"token_copied": "Token copied to clipboard.",
@@ -1111,6 +1114,17 @@
11111114
"account_type": "Account type",
11121115
"authentication": "Authentication",
11131116
"joining_date": "Joining date"
1117+
},
1118+
"modal": {
1119+
"title": "Invite people to collaborate",
1120+
"description": "Invite people to collaborate on your workspace.",
1121+
"button": "Send invitations",
1122+
"button_loading": "Sending invitations",
1123+
"placeholder": "Enter email addresses",
1124+
"errors": {
1125+
"required": "Email is required",
1126+
"invalid": "Email is invalid"
1127+
}
11141128
}
11151129
},
11161130
"billing_and_plans": {
@@ -1152,6 +1166,10 @@
11521166
"title": "Secret key",
11531167
"message": "Generate a token to sign-in to the webhook payload"
11541168
},
1169+
"options": {
1170+
"all": "Send me everything",
1171+
"individual": "Select individual events"
1172+
},
11551173
"toasts": {
11561174
"created": {
11571175
"title": "Webhook created",
@@ -1191,7 +1209,19 @@
11911209
"create_token": "Create token",
11921210
"never_expires": "Never expires",
11931211
"generate_token": "Generate token",
1194-
"generating": "Generating"
1212+
"generating": "Generating",
1213+
"delete": {
1214+
"title": "Delete API token",
1215+
"description": "Any application using this token will no longer have the access to Plane data. This action cannot be undone.",
1216+
"success": {
1217+
"title": "Success!",
1218+
"message": "The API token has been successfully deleted"
1219+
},
1220+
"error": {
1221+
"title": "Error!",
1222+
"message": "The API token could not be deleted"
1223+
}
1224+
}
11951225
}
11961226
},
11971227
"empty_state": {
@@ -1238,7 +1268,9 @@
12381268
},
12391269
"recent_activity": {
12401270
"title": "Recent activity",
1241-
"empty": "We couldn't find data. Kindly view your inputs"
1271+
"empty": "We couldn't find data. Kindly view your inputs",
1272+
"button": "Download today's activity",
1273+
"button_loading": "Downloading"
12421274
}
12431275
},
12441276
"actions": {
@@ -1800,13 +1832,20 @@
18001832
"description": "Export work items to a CSV file.",
18011833
"short_description": "Export as csv"
18021834
},
1835+
"excel": {
1836+
"title": "Excel",
1837+
"description": "Export work items to a Excel file.",
1838+
"short_description": "Export as excel"
1839+
},
18031840
"xlsx": {
18041841
"title": "Excel",
1805-
"description": "Export work items to a Excel file."
1842+
"description": "Export work items to a Excel file.",
1843+
"short_description": "Export as excel"
18061844
},
18071845
"json": {
18081846
"title": "JSON",
1809-
"description": "Export work items to a JSON file."
1847+
"description": "Export work items to a JSON file.",
1848+
"short_description": "Export as json"
18101849
}
18111850
},
18121851
"default_global_view": {

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

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,15 @@
320320
"leaving": "Saliendo",
321321
"removing": "Eliminando",
322322
"leave": "Salir",
323+
"refresh": "Actualizar",
323324
"refreshing": "Actualizando",
324325
"refresh_status": "Actualizar estado",
325326
"prev": "Anterior",
326327
"next": "Siguiente",
327328
"re_generating": "Regenerando",
328329
"re_generate": "Regenerar",
329330
"re_generate_key": "Regenerar clave",
331+
"export": "Exportar",
330332

331333
"project_view": {
332334
"sort_by": {
@@ -1074,6 +1076,7 @@
10741076

10751077
"workspace_settings": {
10761078
"label": "Configuración del workspace",
1079+
"page_label": "{workspace} - Configuración general",
10771080
"key_created": "Clave creada",
10781081
"copy_key": "Copia y guarda esta clave secreta en Plane Pages. No podrás ver esta clave después de hacer clic en Cerrar. Se ha descargado un archivo CSV que contiene la clave.",
10791082
"token_copied": "Token copiado al portapapeles.",
@@ -1111,6 +1114,17 @@
11111114
"account_type": "Tipo de cuenta",
11121115
"authentication": "Autenticación",
11131116
"joining_date": "Fecha de incorporación"
1117+
},
1118+
"modal": {
1119+
"title": "Invitar personas a colaborar",
1120+
"description": "Invitar personas a colaborar en tu espacio de trabajo",
1121+
"button": "Enviar invitaciones",
1122+
"button_loading": "Enviando invitaciones",
1123+
"placeholder": "Ingresa las direcciones de correo",
1124+
"errors": {
1125+
"required": "El correo es obligatorio",
1126+
"invalid": "El correo no es válido"
1127+
}
11141128
}
11151129
},
11161130
"billing_and_plans": {
@@ -1152,6 +1166,10 @@
11521166
"title": "Clave secreta",
11531167
"message": "Generar un token para iniciar sesión en el payload del webhook"
11541168
},
1169+
"options": {
1170+
"all": "Enviarme todo",
1171+
"individual": "Seleccionar eventos individuales"
1172+
},
11551173
"toasts": {
11561174
"created": {
11571175
"title": "Webhook creado",
@@ -1191,7 +1209,19 @@
11911209
"create_token": "Crear token",
11921210
"never_expires": "Nunca expira",
11931211
"generate_token": "Generar token",
1194-
"generating": "Generando"
1212+
"generating": "Generando",
1213+
"delete": {
1214+
"title": "Eliminar token de API",
1215+
"description": "Cualquier aplicación que use este token ya no tendrá acceso a los datos de Plane. Esta acción no se puede deshacer.",
1216+
"success": {
1217+
"title": "¡Éxito!",
1218+
"message": "El token de API se ha eliminado correctamente"
1219+
},
1220+
"error": {
1221+
"title": "¡Error!",
1222+
"message": "No se pudo eliminar el token de API"
1223+
}
1224+
}
11951225
}
11961226
},
11971227
"empty_state": {
@@ -1238,7 +1268,9 @@
12381268
},
12391269
"recent_activity": {
12401270
"title": "Actividad reciente",
1241-
"empty": "No pudimos encontrar datos. Por favor, revise sus entradas"
1271+
"empty": "No pudimos encontrar datos. Por favor, revise sus entradas",
1272+
"button": "Descargar la actividad de hoy",
1273+
"button_loading": "Descargando"
12421274
}
12431275
},
12441276
"actions": {
@@ -1797,16 +1829,23 @@
17971829
"exporter": {
17981830
"csv": {
17991831
"title": "CSV",
1800-
"description": "Exporte work items a un archivo CSV.",
1832+
"description": "Exportar elementos de trabajo a un archivo CSV.",
18011833
"short_description": "Exportar como csv"
18021834
},
1835+
"excel": {
1836+
"title": "Excel",
1837+
"description": "Exportar elementos de trabajo a un archivo Excel.",
1838+
"short_description": "Exportar como excel"
1839+
},
18031840
"xlsx": {
18041841
"title": "Excel",
1805-
"description": "Exporte work items a un archivo Excel."
1842+
"description": "Exportar elementos de trabajo a un archivo Excel.",
1843+
"short_description": "Exportar como excel"
18061844
},
18071845
"json": {
18081846
"title": "JSON",
1809-
"description": "Exporte work items a un archivo JSON."
1847+
"description": "Exportar elementos de trabajo a un archivo JSON.",
1848+
"short_description": "Exportar como json"
18101849
}
18111850
},
18121851
"default_global_view": {

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

Lines changed: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,15 @@
320320
"leaving": "Départ",
321321
"removing": "Suppression",
322322
"leave": "Quitter",
323+
"refresh": "Actualiser",
323324
"refreshing": "Actualisation",
324325
"refresh_status": "Actualiser l'état",
325326
"prev": "Précédent",
326327
"next": "Suivant",
327328
"re_generating": "Régénération",
328329
"re_generate": "Régénérer",
329330
"re_generate_key": "Régénérer la clé",
331+
"export": "Exporter",
330332

331333
"project_view": {
332334
"sort_by": {
@@ -1074,6 +1076,7 @@
10741076

10751077
"workspace_settings": {
10761078
"label": "Workspase settingues",
1079+
"page_label": "{workspace} - Paramètres généraux",
10771080
"key_created": "Clé créée",
10781081
"copy_key": "Copiez et sauvegardez cette clé secrète dans Plané Pagés. Vous ne pourrez plus voir cette clé après avoir cliqué sur Fermer. Un fichier CSV contenant la clé a été téléchargé.",
10791082
"token_copied": "Tokén copié dans le presse-papiers.",
@@ -1111,6 +1114,17 @@
11111114
"account_type": "Type de compté",
11121115
"authentication": "Authentificatión",
11131116
"joining_date": "Date d'adhésion"
1117+
},
1118+
"modal": {
1119+
"title": "Inviter des collaborateurs",
1120+
"description": "Inviter des personnes à collaborer sur votre espace de travail",
1121+
"button": "Envoyer les invitations",
1122+
"button_loading": "Envoi des invitations",
1123+
"placeholder": "Saisissez les adresses e-mail",
1124+
"errors": {
1125+
"required": "L'e-mail est requis",
1126+
"invalid": "L'e-mail est invalide"
1127+
}
11141128
}
11151129
},
11161130
"billing_and_plans": {
@@ -1152,6 +1166,10 @@
11521166
"title": "Clé secréte",
11531167
"message": "Générer un tokén pour se connecter au payloád du webhouk"
11541168
},
1169+
"options": {
1170+
"all": "Tout m'envoyer",
1171+
"individual": "Sélectionner des événements individuels"
1172+
},
11551173
"toasts": {
11561174
"created": {
11571175
"title": "Webhouk créé",
@@ -1191,7 +1209,19 @@
11911209
"create_token": "Créer tokén",
11921210
"never_expires": "N'expire jamais",
11931211
"generate_token": "Générer tokén",
1194-
"generating": "Génératión"
1212+
"generating": "Génératión",
1213+
"delete": {
1214+
"title": "Supprimer le jeton API",
1215+
"description": "Toute application utilisant ce jeton n'aura plus accès aux données de Plane. Cette action ne peut pas être annulée.",
1216+
"success": {
1217+
"title": "Succès !",
1218+
"message": "Le jeton API a été supprimé avec succès"
1219+
},
1220+
"error": {
1221+
"title": "Erreur !",
1222+
"message": "Le jeton API n'a pas pu être supprimé"
1223+
}
1224+
}
11951225
}
11961226
},
11971227
"empty_state": {
@@ -1238,7 +1268,9 @@
12381268
},
12391269
"recent_activity": {
12401270
"title": "Activité récenté",
1241-
"empty": "Nous n'avons pas trouvé de données. Veuillez consulter vos entrées"
1271+
"empty": "Nous n'avons pas trouvé de données. Veuillez consulter vos entrées",
1272+
"button": "Télécharger l'activité du jour",
1273+
"button_loading": "Téléchargement"
12421274
}
12431275
},
12441276
"actions": {
@@ -1796,17 +1828,24 @@
17961828

17971829
"exporter": {
17981830
"csv": {
1799-
"title": "CSVé",
1800-
"description": "Exportez des workés items vers un fichier CSV.",
1831+
"title": "CSV",
1832+
"description": "Exporter les éléments de travail au format CSV.",
18011833
"short_description": "Exporter en csv"
18021834
},
1835+
"excel": {
1836+
"title": "Excel",
1837+
"description": "Exporter les éléments de travail au format Excel.",
1838+
"short_description": "Exporter en excel"
1839+
},
18031840
"xlsx": {
1804-
"title": "Excelé",
1805-
"description": "Exportez des workés items vers un fichier Excel."
1841+
"title": "Excel",
1842+
"description": "Exporter les éléments de travail au format Excel.",
1843+
"short_description": "Exporter en excel"
18061844
},
18071845
"json": {
1808-
"title": "JSONé",
1809-
"description": "Exportez des workés items vers un fichier JSON."
1846+
"title": "JSON",
1847+
"description": "Exporter les éléments de travail au format JSON.",
1848+
"short_description": "Exporter en json"
18101849
}
18111850
},
18121851
"default_global_view": {

0 commit comments

Comments
 (0)