Skip to content

Commit c0c4698

Browse files
author
Maxime Rainville
committed
Update translations
1 parent 03b3265 commit c0c4698

File tree

6 files changed

+31
-35
lines changed

6 files changed

+31
-35
lines changed

client/lang/en.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
1919
"UserForms.HIDE_OPTIONS": "Hide options",
2020
"UserForms.LEAVE_CONFIRMATION": "You have unsaved changes!",
2121
"UserForms.REMOVED_OPTION": "Removed option",
22-
"UserForms.SHOW_OPTIONS": "Show options",
23-
"UserForms.FILE_CONFIRMATION_TITLE": "Select file upload folder",
24-
"UserForms.FILE_CONFIRMATION_CONFIRMATION": "Folder confirmed successfully."
22+
"UserForms.SHOW_OPTIONS": "Show options"
2523
});
26-
}
24+
}

client/lang/src/en.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@
1212
"UserForms.HIDE_OPTIONS": "Hide options",
1313
"UserForms.LEAVE_CONFIRMATION": "You have unsaved changes!",
1414
"UserForms.REMOVED_OPTION": "Removed option",
15-
"UserForms.SHOW_OPTIONS": "Show options",
16-
"UserForms.FILE_CONFIRMATION_TITLE": "Select file upload folder",
17-
"UserForms.FILE_CONFIRMATION_CONFIRMATION": "Folder confirmed successfully."
18-
}
15+
"UserForms.SHOW_OPTIONS": "Show options"
16+
}

lang/en.yml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
en:
2+
EditableFormField:
3+
php.SilverStripe\UserForms\Model\EditableFormFieldTYPE_EMPTY: 'Select field type'
24
EditableTextField:
35
php.SilverStripe\UserForms\Model\EditableFormField\EditableTextFieldMINMAXLENGTHCHECK: 'Minimum length should be less than the Maximum length.'
46
EditableUploadField:
@@ -22,6 +24,15 @@ en:
2224
SUBMITBUTTON: Submit
2325
TEXTONCLEAR: 'Text on clear button:'
2426
TEXTONSUBMIT: 'Text on submit button:'
27+
SilverStripe\UserForms\Control\UserDefinedFormAdmin:
28+
CONFIRM_FOLDER_LABEL_A: 'Files that your users upload should be stored carefully to reduce the risk of exposing sensitive data. Ensure the folder you select can only be viewed by appropriate parties. Folder permissions can be managed within the Files area.'
29+
CONFIRM_FOLDER_LABEL_B: 'The folder selected will become the default for this form. This can be changed on an individual basis in the <i>File upload field.</i>'
30+
FOLDER_OPTIONS_EXISTING: 'Use an existing folder'
31+
FOLDER_OPTIONS_NEW: 'Create a new folder (recommended)'
32+
FOLDER_OPTIONS_TITLE: 'Form folder options'
33+
FORM_ACTION_CONFIRM: 'Save and continue'
34+
INVALID_REQUEST: 'This request was invalid.'
35+
MENUTITLE: SilverStripe\UserForms\Control\UserDefinedForm
2536
SilverStripe\UserForms\Extension\UserFormFieldEditorExtension:
2637
ADD_FIELD: 'Add Field'
2738
ADD_FIELD_GROUP: 'Add Field Group'
@@ -132,6 +143,10 @@ en:
132143
other: '{count} Editable Field Group Ends'
133144
SINGULARNAME: 'Editable Field Group End'
134145
SilverStripe\UserForms\Model\EditableFormField\EditableFileField:
146+
ANYONE: 'Unrestricted access, uploads will be visible to anyone'
147+
INHERIT: 'Visibility for this folder is inherited from the parent folder'
148+
LOGGED_IN: 'Restricted access, uploads will be visible to logged-in users'
149+
ONLY_GROUPS: 'Restricted access, uploads will be visible to the following groups:'
135150
PLURALNAME: 'File Upload Fields'
136151
PLURALS:
137152
one: 'A File Upload Field'
@@ -203,6 +218,8 @@ en:
203218
SilverStripe\UserForms\Model\EditableFormField\EditableTextField:
204219
AUTOCOMPLETE: Autocomplete
205220
AUTOCOMPLETE_DESCRIPTION: 'Supported browsers will attempt to populate this field automatically with the users information, use to set the value populated'
221+
MAX_LENGTH: 'Maximum text length'
222+
MIN_LENGTH: 'Minimum text length'
206223
NUMBERROWS: 'Number of rows'
207224
NUMBERROWS_DESCRIPTION: 'Fields with more than one row will be generated as a textarea'
208225
PLURALNAME: 'Text Fields'
@@ -261,7 +278,6 @@ en:
261278
EMAIL_RECIPIENT_UNSAVED_FORM: 'You will be able to select from valid form fields after saving this record.'
262279
EmailFromContent: 'The from address allows you to set who the email comes from. On most servers this will need to be set to an email address on the same domain name as your site. For example on yoursite.com the from address may need to be [email protected]. You can however, set any email address you wish as the reply to address.'
263280
FROMADDRESS: 'Send email from'
264-
UnrestrictedFileUploadWarning: 'Access to the current upload folder "{path}" is not restricted. Uploaded files will be publicly accessible if the exact URL is known.'
265281
HIDEFORMDATA: 'Hide form data from email?'
266282
ORSELECTAFIELDTOUSEASFROM: '.. or select a field to use as reply to address'
267283
ORSELECTAFIELDTOUSEASTO: '.. or select a field to use as the to address'
@@ -287,15 +303,4 @@ en:
287303
TYPEREPLY: 'Type reply address'
288304
TYPESUBJECT: 'Type subject'
289305
TYPETO: 'Type to address'
290-
SilverStripe\UserForms\Control\UserDefinedFormController:
291-
INVALID_REQUEST: 'This request was invalid.'
292-
CONFIRM_FOLDER_LABEL_A: 'Files that your users upload should be stored carefully to reduce the risk of exposing sensitive data. Ensure the folder you select can only be viewed by appropriate parties. Folder permissions can be managed within the Files area.'
293-
CONFIRM_FOLDER_LABEL_B: 'The folder selected will become the default for this form. This can be changed on an individual basis in the <i>File upload field.</i>'
294-
FOLDER_OPTIONS_TITLE: 'Form folder options'
295-
FOLDER_OPTIONS_NEW: 'Create a new folder (recommended)'
296-
FOLDER_OPTIONS_EXISTING: 'Use an existing folder'
297-
FORM_ACTION_CONFIRM: 'Save and continue'
298-
FOLDER_PERMISSIONS_INHERIT: 'Visibility for this folder is inherited from the parent folder'
299-
FOLDER_PERMISSIONS_ANYONE: 'Unrestricted access, uploads will be visible to anyone'
300-
FOLDER_PERMISSIONS_LOGGED_IN: 'Restricted access, uploads will be visible to logged-in users'
301-
FOLDER_PERMISSIONS_ONLY_GROUPS: 'Restricted access, uploads will be visible to the following groups:'
306+
UnrestrictedFileUploadWarning: 'Access to the current upload folder "{path}" is not restricted. Uploaded files will be publicly accessible if the exact URL is known.'

lang/eo.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ eo:
5050
DEFAULT: 'Apriora valoro'
5151
DEFAULTTOTODAY: 'Ĉu apriorie hodiaŭ?'
5252
DISPLAYIF: 'Baskuligi videblecon kiam'
53-
DRAG: 'Ŝovi por rearanĝi kampojn'
54-
ENTERQUESTION: 'Enigi demandon'
55-
EXTRACLASSA: 'Ekstra stilado/aranĝado'
56-
EXTRACLASSB: 'Ekstra css-klaso - apartigi opojn per spaceto'
53+
DISPLAY_RULES_DISABLED: 'Vidigaj reguloj ne estas enŝaltitaj por bezonataj kampoj. Por reaktivigi ĝin, bonvolu malmarki "Ĉu ĉi tiu kampo estas bezonata?" sub "Validigo".'
5754
EXTRACLASS_MULTIPLE: 'Disigi ĉiun CSS-klason per unu spaceto'
5855
EXTRACLASS_SELECT: 'Elekti el la listo de eblaj stiloj'
5956
EXTRACLASS_TITLE: 'Ekstra stilado/aranĝado'
@@ -211,6 +208,8 @@ eo:
211208
RANGE_TO: al
212209
SINGULARNAME: 'Teksta kampo'
213210
TEXTLENGTH: 'Permesata longo de teksto'
211+
SilverStripe\UserForms\Model\EditableFormField\Validator:
212+
REQUIRED_ERROR: 'Formularaj kampoj ne povas esti nepraj kaj havi kondiĉajn vidigoregulojn.'
214213
SilverStripe\UserForms\Model\Recipient\EmailRecipient:
215214
CUSTOMRULESTAB: 'Propraj reguloj'
216215
EMAILCONTENTTAB: 'Retpoŝta enhavo'

lang/it.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ it:
2727
CUSTOMRULES: 'Regole personalizzate'
2828
DEFAULT: 'Valore di default'
2929
DEFAULTTOTODAY: 'Di default a oggi?'
30-
DELETE: Elimina
31-
DRAG: 'Trascina per riordinare l''ordine dei campi'
32-
ENTERQUESTION: 'Inserisci la domanda'
33-
EXTRACLASSA: 'Stile/Layout extra'
34-
EXTRACLASSB: 'Classe CSS extra - separa valori multipli con uno spazio'
30+
DISPLAY_RULES_DISABLED: 'Le regole di visualizzazione non sono attivate per i campi richiesti. Per piacere deseleziona "Questo campo è obbligatorio?" sotto "Validazione" per riabilitarle.'
3531
EXTRACLASS_MULTIPLE: 'Separa ogni classe CSS con uno spazio singolo'
3632
EXTRACLASS_SELECT: 'Seleziona da una lista di stili consentiti'
3733
EXTRACLASS_TITLE: 'Stile/Layout extra'
@@ -120,6 +116,8 @@ it:
120116
RANGE_TO: a
121117
SINGULARNAME: 'Campo testo'
122118
TEXTLENGTH: 'Lunghezza testo consentita'
119+
SilverStripe\UserForms\Model\EditableFormField\Validator:
120+
REQUIRED_ERROR: 'I campi dei form non possono essere obbligatori e avere regole di visualizzazione condizionali.'
123121
SilverStripe\UserForms\Model\Recipient\EmailRecipient:
124122
CUSTOMRULESTAB: 'Regole personalizzate'
125123
EMAILCONTENTTAB: 'Contenuto dell''e-mail'

lang/sk.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ sk:
2727
CUSTOMRULES: 'Vlastné pravidlá'
2828
DEFAULT: 'Predvolená hodnota'
2929
DEFAULTTOTODAY: 'Zobraziť v predvolenom režime na dnešný dátum?'
30-
DELETE: Vymazať
31-
DRAG: 'Ťahaním preskupiť poradie polí'
32-
ENTERQUESTION: 'Zadajte otázku'
33-
EXTRACLASSA: 'Extra úprava/vzhľad'
34-
EXTRACLASSB: 'Extra CSS triedy - viaceré triedy oddeľujte medzerou'
30+
DISPLAY_RULES_DISABLED: 'Pravidlá zobrazenia nie sú povolené pre povinné/vyžadované polia. Prosím odškrtnite "Je pole povinné/vyžadované?" na záložke "Validácia".'
3531
EXTRACLASS_MULTIPLE: 'Jednotlivé CSS triedy oddeľte jednou medzerou'
3632
EXTRACLASS_SELECT: 'Vyberte si zo zoznamu povolených štýlov'
3733
EXTRACLASS_TITLE: 'Extra úprava/vzhľad'
@@ -120,6 +116,8 @@ sk:
120116
RANGE_TO: do
121117
SINGULARNAME: 'Textové pole'
122118
TEXTLENGTH: 'Povolená dĺžka textu'
119+
SilverStripe\UserForms\Model\EditableFormField\Validator:
120+
REQUIRED_ERROR: 'Formulárové polia nemôžu byť vyžadované, ak majú podmienené pravidlá zobrazenia.'
123121
SilverStripe\UserForms\Model\Recipient\EmailRecipient:
124122
CUSTOMRULESTAB: 'Vlastné pravidlá'
125123
EMAILCONTENTTAB: 'Obsah e-mailu'

0 commit comments

Comments
 (0)