File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Connectivity/Connection/back/Infrastructure/Symfony/Resources/translations
Platform/Bundle/ImportExportBundle/Resources/translations Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ akeneo_connectivity.connection:
4949 empty : Aucun connecteur compatible avec votre version
5050 unreachable : La marketplace est injoignable, veuillez revenir plus tard.
5151 scroll_to_top : Haut de la page
52+ apps :
53+ authorize :
54+ scope :
55+ entities :
56+ categories : catégories
5257 connections : Connexions
5358 secondary_actions :
5459 title : Autres actions
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ pim_connector:
1414 validation :
1515 not_blank : Ein Gebietsschema muss ausgewählt werden, bitte wählen Sie ein Gebietsschema für den Export.
1616pim_import_export :
17+ validation :
18+ max_length_reached : Dieser Wert ist zu lang. Er sollte {{ limit }} oder weniger Zeichen enthalten.
1719 entity :
1820 job_instance :
1921 label : Job-Profil
@@ -23,6 +25,10 @@ pim_import_export:
2325 fail : Das Job-Profil konnte nicht aktualisiert werden.
2426 delete :
2527 success : Auftrag erfolgreich gelöscht
28+ duplicate :
29+ title : Profil {{ job_code }} duplizieren
30+ success : Das Job-Profil wurde erfolgreich dupliziert.
31+ fail : Das Job-Profil konnte nicht dupliziert werden.
2632 import_profile :
2733 uppercase_label : Import-Profil
2834 flash :
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ This directory is not writable: Das Verzeichnis ist nicht beschreibbar.
22This directory is not valid : Dieses Verzeichnis ist ungültig.
33pim_import_export.job_instance.unknown_job_definition : Fehler beim Anlegen von %job_type% mit einer unbekannten Job-Definition
44This code is already taken : Dieser Code ist bereits vergeben
5+ pim_import_export.validation.max_length_reached : Dieser Wert ist zu lang. Er sollte {{ limit }} oder weniger Zeichen enthalten.
You can’t perform that action at this time.
0 commit comments