@payloadcms/translations 3.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -0
- package/dist/_generatedFiles_/api/ar.json +85 -0
- package/dist/_generatedFiles_/api/az.json +86 -0
- package/dist/_generatedFiles_/api/bg.json +85 -0
- package/dist/_generatedFiles_/api/cs.json +85 -0
- package/dist/_generatedFiles_/api/de.json +85 -0
- package/dist/_generatedFiles_/api/en.json +85 -0
- package/dist/_generatedFiles_/api/es.json +85 -0
- package/dist/_generatedFiles_/api/fa.json +85 -0
- package/dist/_generatedFiles_/api/fr.json +85 -0
- package/dist/_generatedFiles_/api/hr.json +85 -0
- package/dist/_generatedFiles_/api/hu.json +85 -0
- package/dist/_generatedFiles_/api/index.d.ts +2552 -0
- package/dist/_generatedFiles_/api/index.js +68 -0
- package/dist/_generatedFiles_/api/it.json +85 -0
- package/dist/_generatedFiles_/api/ja.json +85 -0
- package/dist/_generatedFiles_/api/ko.json +84 -0
- package/dist/_generatedFiles_/api/my.json +85 -0
- package/dist/_generatedFiles_/api/nb.json +85 -0
- package/dist/_generatedFiles_/api/nl.json +85 -0
- package/dist/_generatedFiles_/api/pl.json +85 -0
- package/dist/_generatedFiles_/api/pt.json +85 -0
- package/dist/_generatedFiles_/api/ro.json +85 -0
- package/dist/_generatedFiles_/api/rs-latin.json +85 -0
- package/dist/_generatedFiles_/api/rs.json +85 -0
- package/dist/_generatedFiles_/api/ru.json +85 -0
- package/dist/_generatedFiles_/api/sv.json +85 -0
- package/dist/_generatedFiles_/api/th.json +85 -0
- package/dist/_generatedFiles_/api/tr.json +85 -0
- package/dist/_generatedFiles_/api/translation-schema.json +403 -0
- package/dist/_generatedFiles_/api/ua.json +85 -0
- package/dist/_generatedFiles_/api/vi.json +85 -0
- package/dist/_generatedFiles_/api/zh-tw.json +85 -0
- package/dist/_generatedFiles_/api/zh.json +85 -0
- package/dist/_generatedFiles_/client/ar.json +273 -0
- package/dist/_generatedFiles_/client/az.json +273 -0
- package/dist/_generatedFiles_/client/bg.json +273 -0
- package/dist/_generatedFiles_/client/cs.json +273 -0
- package/dist/_generatedFiles_/client/de.json +273 -0
- package/dist/_generatedFiles_/client/en.json +275 -0
- package/dist/_generatedFiles_/client/es.json +273 -0
- package/dist/_generatedFiles_/client/fa.json +273 -0
- package/dist/_generatedFiles_/client/fr.json +273 -0
- package/dist/_generatedFiles_/client/hr.json +273 -0
- package/dist/_generatedFiles_/client/hu.json +273 -0
- package/dist/_generatedFiles_/client/index.d.ts +8197 -0
- package/dist/_generatedFiles_/client/index.js +68 -0
- package/dist/_generatedFiles_/client/it.json +273 -0
- package/dist/_generatedFiles_/client/ja.json +275 -0
- package/dist/_generatedFiles_/client/ko.json +272 -0
- package/dist/_generatedFiles_/client/my.json +273 -0
- package/dist/_generatedFiles_/client/nb.json +273 -0
- package/dist/_generatedFiles_/client/nl.json +273 -0
- package/dist/_generatedFiles_/client/pl.json +273 -0
- package/dist/_generatedFiles_/client/pt.json +273 -0
- package/dist/_generatedFiles_/client/ro.json +273 -0
- package/dist/_generatedFiles_/client/rs-latin.json +273 -0
- package/dist/_generatedFiles_/client/rs.json +273 -0
- package/dist/_generatedFiles_/client/ru.json +273 -0
- package/dist/_generatedFiles_/client/sv.json +273 -0
- package/dist/_generatedFiles_/client/th.json +273 -0
- package/dist/_generatedFiles_/client/tr.json +273 -0
- package/dist/_generatedFiles_/client/translation-schema.json +1086 -0
- package/dist/_generatedFiles_/client/ua.json +273 -0
- package/dist/_generatedFiles_/client/vi.json +273 -0
- package/dist/_generatedFiles_/client/zh-tw.json +275 -0
- package/dist/_generatedFiles_/client/zh.json +273 -0
- package/dist/exports/index.d.ts +3 -0
- package/dist/exports/index.js +9 -0
- package/dist/types.d.ts +42 -0
- package/dist/types.js +2 -0
- package/dist/utilities/copyFile.d.ts +1 -0
- package/dist/utilities/copyFile.js +15 -0
- package/dist/utilities/deepMerge.d.ts +1 -0
- package/dist/utilities/deepMerge.js +18 -0
- package/dist/utilities/ensureDirExists.d.ts +1 -0
- package/dist/utilities/ensureDirExists.js +18 -0
- package/dist/utilities/getTranslation.d.ts +3 -0
- package/dist/utilities/getTranslation.js +21 -0
- package/dist/utilities/init.d.ts +30 -0
- package/dist/utilities/init.js +180 -0
- package/package.json +37 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.translations = void 0;
|
|
7
|
+
const ar_json_1 = __importDefault(require("./ar.json"));
|
|
8
|
+
const az_json_1 = __importDefault(require("./az.json"));
|
|
9
|
+
const bg_json_1 = __importDefault(require("./bg.json"));
|
|
10
|
+
const cs_json_1 = __importDefault(require("./cs.json"));
|
|
11
|
+
const de_json_1 = __importDefault(require("./de.json"));
|
|
12
|
+
const en_json_1 = __importDefault(require("./en.json"));
|
|
13
|
+
const es_json_1 = __importDefault(require("./es.json"));
|
|
14
|
+
const fa_json_1 = __importDefault(require("./fa.json"));
|
|
15
|
+
const fr_json_1 = __importDefault(require("./fr.json"));
|
|
16
|
+
const hr_json_1 = __importDefault(require("./hr.json"));
|
|
17
|
+
const hu_json_1 = __importDefault(require("./hu.json"));
|
|
18
|
+
const it_json_1 = __importDefault(require("./it.json"));
|
|
19
|
+
const ja_json_1 = __importDefault(require("./ja.json"));
|
|
20
|
+
const ko_json_1 = __importDefault(require("./ko.json"));
|
|
21
|
+
const my_json_1 = __importDefault(require("./my.json"));
|
|
22
|
+
const nb_json_1 = __importDefault(require("./nb.json"));
|
|
23
|
+
const nl_json_1 = __importDefault(require("./nl.json"));
|
|
24
|
+
const pl_json_1 = __importDefault(require("./pl.json"));
|
|
25
|
+
const pt_json_1 = __importDefault(require("./pt.json"));
|
|
26
|
+
const ro_json_1 = __importDefault(require("./ro.json"));
|
|
27
|
+
const rs_json_1 = __importDefault(require("./rs.json"));
|
|
28
|
+
const rs_latin_json_1 = __importDefault(require("./rs-latin.json"));
|
|
29
|
+
const ru_json_1 = __importDefault(require("./ru.json"));
|
|
30
|
+
const sv_json_1 = __importDefault(require("./sv.json"));
|
|
31
|
+
const th_json_1 = __importDefault(require("./th.json"));
|
|
32
|
+
const tr_json_1 = __importDefault(require("./tr.json"));
|
|
33
|
+
const ua_json_1 = __importDefault(require("./ua.json"));
|
|
34
|
+
const vi_json_1 = __importDefault(require("./vi.json"));
|
|
35
|
+
const zh_json_1 = __importDefault(require("./zh.json"));
|
|
36
|
+
const zh_tw_json_1 = __importDefault(require("./zh-tw.json"));
|
|
37
|
+
exports.translations = {
|
|
38
|
+
ar: ar_json_1.default,
|
|
39
|
+
az: az_json_1.default,
|
|
40
|
+
bg: bg_json_1.default,
|
|
41
|
+
cs: cs_json_1.default,
|
|
42
|
+
de: de_json_1.default,
|
|
43
|
+
en: en_json_1.default,
|
|
44
|
+
es: es_json_1.default,
|
|
45
|
+
fa: fa_json_1.default,
|
|
46
|
+
fr: fr_json_1.default,
|
|
47
|
+
hr: hr_json_1.default,
|
|
48
|
+
hu: hu_json_1.default,
|
|
49
|
+
it: it_json_1.default,
|
|
50
|
+
ja: ja_json_1.default,
|
|
51
|
+
ko: ko_json_1.default,
|
|
52
|
+
my: my_json_1.default,
|
|
53
|
+
nb: nb_json_1.default,
|
|
54
|
+
nl: nl_json_1.default,
|
|
55
|
+
pl: pl_json_1.default,
|
|
56
|
+
pt: pt_json_1.default,
|
|
57
|
+
ro: ro_json_1.default,
|
|
58
|
+
rs: rs_json_1.default,
|
|
59
|
+
rsLatin: rs_latin_json_1.default,
|
|
60
|
+
ru: ru_json_1.default,
|
|
61
|
+
sv: sv_json_1.default,
|
|
62
|
+
th: th_json_1.default,
|
|
63
|
+
tr: tr_json_1.default,
|
|
64
|
+
ua: ua_json_1.default,
|
|
65
|
+
vi: vi_json_1.default,
|
|
66
|
+
zh: zh_json_1.default,
|
|
67
|
+
zhTw: zh_tw_json_1.default,
|
|
68
|
+
};
|
|
@@ -0,0 +1,273 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./translation-schema.json",
|
|
3
|
+
"authentication": {
|
|
4
|
+
"account": "Account",
|
|
5
|
+
"accountOfCurrentUser": "Account dell'utente corrente",
|
|
6
|
+
"alreadyActivated": "Già Attivato",
|
|
7
|
+
"alreadyLoggedIn": "Sei già loggato",
|
|
8
|
+
"backToLogin": "Torna al login",
|
|
9
|
+
"beginCreateFirstUser": "Per iniziare, crea il tuo primo utente.",
|
|
10
|
+
"changePassword": "Cambia Password",
|
|
11
|
+
"confirmGeneration": "Conferma Generazione",
|
|
12
|
+
"confirmPassword": "Conferma Password",
|
|
13
|
+
"emailNotValid": "L'email fornita non è valida",
|
|
14
|
+
"emailSent": "Email Inviata",
|
|
15
|
+
"enableAPIKey": "Abilita la Chiave API",
|
|
16
|
+
"failedToUnlock": "Lo sblocco è fallito",
|
|
17
|
+
"forceUnlock": "Forza Sblocco",
|
|
18
|
+
"forgotPassword": "Cambia Password",
|
|
19
|
+
"forgotPasswordEmailInstructions": "Inserisci la tua mail qui sotto. Riceverai un messaggio email con le istruzioni su come cambiare la tua password.",
|
|
20
|
+
"forgotPasswordQuestion": "Password dimenticata?",
|
|
21
|
+
"generate": "Genera",
|
|
22
|
+
"generateNewAPIKey": "Genera una nuova Chiave API",
|
|
23
|
+
"logBackIn": "Vai al Log in",
|
|
24
|
+
"logOut": "Log out",
|
|
25
|
+
"loggedOutInactivity": "Sei stato disconnesso automaticamente per inattività.",
|
|
26
|
+
"loggedOutSuccessfully": "Sei stato disconnesso con successo.",
|
|
27
|
+
"login": "Login",
|
|
28
|
+
"logout": "Logout",
|
|
29
|
+
"logoutUser": "Logout utente",
|
|
30
|
+
"newAPIKeyGenerated": "Nuova Chiave API Generata.",
|
|
31
|
+
"newPassword": "Nuova Password",
|
|
32
|
+
"resetPassword": "Modifica Password",
|
|
33
|
+
"stayLoggedIn": "Rimani connesso",
|
|
34
|
+
"successfullyUnlocked": "Sbloccato con successo",
|
|
35
|
+
"unableToVerify": "Impossibile verificare",
|
|
36
|
+
"verified": "Verificato",
|
|
37
|
+
"verifiedSuccessfully": "Verificato con successo",
|
|
38
|
+
"verify": "Verifica",
|
|
39
|
+
"verifyUser": "Verifica Utente",
|
|
40
|
+
"youAreInactive": "Non sei attivo da un po' di tempo e a breve verrai disconnesso automaticamente per la tua sicurezza. Vuoi rimanere connesso?"
|
|
41
|
+
},
|
|
42
|
+
"error": {
|
|
43
|
+
"autosaving": "Si è verificato un problema durante il salvataggio automatico di questo documento.",
|
|
44
|
+
"correctInvalidFields": "Per favore correggi i campi non validi.",
|
|
45
|
+
"deletingTitle": "Si è verificato un errore durante l'eliminazione di {{title}}. Per favore controlla la tua connessione e riprova.",
|
|
46
|
+
"loadingDocument": "Si è verificato un problema durante il caricamento del documento con ID {{id}}.",
|
|
47
|
+
"noMatchedField": "Nessun campo corrispondente trovato per \"{{label}}\"",
|
|
48
|
+
"notAllowedToAccessPage": "Non sei autorizzato ad accedere a questa pagina.",
|
|
49
|
+
"previewing": "Si è verificato un problema durante l'anteprima di questo documento.",
|
|
50
|
+
"unableToDeleteCount": "Impossibile eliminare {{count}} su {{total}} {{label}}.",
|
|
51
|
+
"unableToUpdateCount": "Impossibile aggiornare {{count}} su {{total}} {{label}}.",
|
|
52
|
+
"unknown": "Si è verificato un errore sconosciuto.",
|
|
53
|
+
"unspecific": "Si è verificato un errore."
|
|
54
|
+
},
|
|
55
|
+
"fields": {
|
|
56
|
+
"addLabel": "Aggiungi {{label}}",
|
|
57
|
+
"addLink": "Aggiungi Collegamento",
|
|
58
|
+
"addNew": "Aggiungi nuovo",
|
|
59
|
+
"addNewLabel": "Aggiungi nuovo {{label}}",
|
|
60
|
+
"addRelationship": "Aggiungi Relazione",
|
|
61
|
+
"addUpload": "aggiungi Carica",
|
|
62
|
+
"block": "blocco",
|
|
63
|
+
"blockType": "Tipo di Blocco",
|
|
64
|
+
"blocks": "blocchi",
|
|
65
|
+
"chooseFromExisting": "Scegli tra esistente",
|
|
66
|
+
"collapseAll": "Comprimi tutto",
|
|
67
|
+
"editLink": "Modifica Collegamento",
|
|
68
|
+
"editRelationship": "Modifica Relazione",
|
|
69
|
+
"itemsAndMore": "{{items}} e altri {{count}}",
|
|
70
|
+
"labelRelationship": "Relazione {{label}}",
|
|
71
|
+
"latitude": "Latitudine",
|
|
72
|
+
"longitude": "Longitudine",
|
|
73
|
+
"passwordsDoNotMatch": "Le password non corrispondono.",
|
|
74
|
+
"removeRelationship": "Rimuovi Relazione",
|
|
75
|
+
"removeUpload": "Rimuovi Upload",
|
|
76
|
+
"saveChanges": "Salva modifiche",
|
|
77
|
+
"searchForBlock": "Cerca un blocco",
|
|
78
|
+
"selectFieldsToEdit": "Seleziona i campi da modificare",
|
|
79
|
+
"showAll": "Mostra tutto",
|
|
80
|
+
"swapRelationship": "Cambia Relationship",
|
|
81
|
+
"swapUpload": "Cambia Upload",
|
|
82
|
+
"toggleBlock": "Apri/chiudi blocco",
|
|
83
|
+
"uploadNewLabel": "Carica nuovo {{label}}"
|
|
84
|
+
},
|
|
85
|
+
"general": {
|
|
86
|
+
"aboutToDelete": "Stai per eliminare {{label}} <1>{{title}}</1>. Sei sicuro?",
|
|
87
|
+
"aboutToDeleteCount_many": "Stai per eliminare {{count}} {{label}}",
|
|
88
|
+
"aboutToDeleteCount_one": "Stai per eliminare {{count}} {{label}}",
|
|
89
|
+
"aboutToDeleteCount_other": "Stai per eliminare {{count}} {{label}}",
|
|
90
|
+
"addBelow": "Aggiungi sotto",
|
|
91
|
+
"addFilter": "Aggiungi Filtro",
|
|
92
|
+
"adminTheme": "Tema Admin",
|
|
93
|
+
"and": "E",
|
|
94
|
+
"applyChanges": "Applica modifiche",
|
|
95
|
+
"ascending": "Ascendente",
|
|
96
|
+
"automatic": "Automatico",
|
|
97
|
+
"backToDashboard": "Torna alla Dashboard",
|
|
98
|
+
"cancel": "Cancella",
|
|
99
|
+
"changesNotSaved": "Le tue modifiche non sono state salvate. Se esci ora, verranno perse.",
|
|
100
|
+
"close": "Chiudere",
|
|
101
|
+
"collapse": "Comprimi",
|
|
102
|
+
"collections": "Collezioni",
|
|
103
|
+
"columnToSort": "Colonna da Ordinare",
|
|
104
|
+
"columns": "Colonne",
|
|
105
|
+
"confirm": "Conferma",
|
|
106
|
+
"confirmDeletion": "Conferma l'eliminazione",
|
|
107
|
+
"confirmDuplication": "Conferma la duplicazione",
|
|
108
|
+
"copied": "Copiato",
|
|
109
|
+
"copy": "Copia",
|
|
110
|
+
"create": "Crea",
|
|
111
|
+
"createNew": "Crea Nuovo",
|
|
112
|
+
"createNewLabel": "Crea nuovo {{label}}",
|
|
113
|
+
"created": "Data di creazione",
|
|
114
|
+
"creating": "Crea nuovo",
|
|
115
|
+
"creatingNewLabel": "Creazione di un nuovo {{label}}",
|
|
116
|
+
"dark": "Scuro",
|
|
117
|
+
"dashboard": "Dashboard",
|
|
118
|
+
"delete": "Elimina",
|
|
119
|
+
"deletedCountSuccessfully": "{{count}} {{label}} eliminato con successo.",
|
|
120
|
+
"deleting": "Sto eliminando...",
|
|
121
|
+
"descending": "Decrescente",
|
|
122
|
+
"deselectAllRows": "Deseleziona tutte le righe",
|
|
123
|
+
"duplicate": "Duplica",
|
|
124
|
+
"duplicateWithoutSaving": "Duplica senza salvare le modifiche",
|
|
125
|
+
"edit": "Modificare",
|
|
126
|
+
"editLabel": "Modifica {{label}}",
|
|
127
|
+
"editing": "Modifica",
|
|
128
|
+
"editingLabel_many": "Modificare {{count}} {{label}}",
|
|
129
|
+
"editingLabel_one": "Modifica {{count}} {{label}}",
|
|
130
|
+
"editingLabel_other": "Modificare {{count}} {{label}}",
|
|
131
|
+
"email": "Email",
|
|
132
|
+
"emailAddress": "Indirizzo Email",
|
|
133
|
+
"enterAValue": "Inserisci un valore",
|
|
134
|
+
"error": "Errore",
|
|
135
|
+
"errors": "Errori",
|
|
136
|
+
"fallbackToDefaultLocale": "Fallback al locale predefinito",
|
|
137
|
+
"filterWhere": "Filtra {{label}} se",
|
|
138
|
+
"filters": "Filtri",
|
|
139
|
+
"globals": "Globali",
|
|
140
|
+
"language": "Lingua",
|
|
141
|
+
"lastModified": "Ultima modifica",
|
|
142
|
+
"leaveAnyway": "Esci comunque",
|
|
143
|
+
"leaveWithoutSaving": "Esci senza salvare",
|
|
144
|
+
"light": "Chiaro",
|
|
145
|
+
"livePreview": "Anteprima dal vivo",
|
|
146
|
+
"loading": "Caricamento",
|
|
147
|
+
"locale": "Locale",
|
|
148
|
+
"menu": "Menù",
|
|
149
|
+
"moveDown": "Sposta sotto",
|
|
150
|
+
"moveUp": "Sposta sopra",
|
|
151
|
+
"noFiltersSet": "Nessun filtro impostato",
|
|
152
|
+
"noLabel": "<No {{label}}>",
|
|
153
|
+
"noOptions": "Nessuna opzione",
|
|
154
|
+
"noResults": "Nessun {{label}} trovato. Non esiste ancora nessun {{label}} oppure nessuno corrisponde ai filtri che hai specificato sopra.",
|
|
155
|
+
"noValue": "Nessun valore",
|
|
156
|
+
"none": "Nessuno",
|
|
157
|
+
"notFound": "Non Trovato",
|
|
158
|
+
"nothingFound": "Non è stato trovato nulla",
|
|
159
|
+
"of": "di",
|
|
160
|
+
"open": "Apri",
|
|
161
|
+
"or": "Oppure",
|
|
162
|
+
"order": "Ordine",
|
|
163
|
+
"pageNotFound": "Pagina non trovata",
|
|
164
|
+
"password": "Password",
|
|
165
|
+
"payloadSettings": "Impostazioni di Payload",
|
|
166
|
+
"perPage": "Per Pagina: {{limit}}",
|
|
167
|
+
"remove": "Rimuovi",
|
|
168
|
+
"reset": "Ripristina",
|
|
169
|
+
"row": "Riga",
|
|
170
|
+
"rows": "Righe",
|
|
171
|
+
"save": "Salva",
|
|
172
|
+
"saving": "Salvo...",
|
|
173
|
+
"searchBy": "Cerca per {{label}}",
|
|
174
|
+
"selectAll": "Seleziona tutto {{count}} {{label}}",
|
|
175
|
+
"selectAllRows": "Seleziona tutte le righe",
|
|
176
|
+
"selectValue": "Seleziona un valore",
|
|
177
|
+
"selectedCount": "{{count}} {{label}} selezionato",
|
|
178
|
+
"showAllLabel": "Mostra tutti {{label}}",
|
|
179
|
+
"sorryNotFound": "Siamo spiacenti, non c'è nulla che corrisponda alla tua richiesta.",
|
|
180
|
+
"sort": "Ordina",
|
|
181
|
+
"sortByLabelDirection": "Ordina per {{label}} {{direction}}",
|
|
182
|
+
"stayOnThisPage": "Rimani su questa pagina",
|
|
183
|
+
"submissionSuccessful": "Invio riuscito.",
|
|
184
|
+
"submit": "Invia",
|
|
185
|
+
"successfullyCreated": "{{label}} creato con successo.",
|
|
186
|
+
"successfullyDuplicated": "{{label}} duplicato con successo.",
|
|
187
|
+
"thisLanguage": "Italiano",
|
|
188
|
+
"titleDeleted": "{{label}} {{title}} eliminato con successo.",
|
|
189
|
+
"unauthorized": "Non autorizzato",
|
|
190
|
+
"unsavedChangesDuplicate": "Sono presenti modifiche non salvate. Vuoi continuare a duplicare?",
|
|
191
|
+
"untitled": "Senza titolo",
|
|
192
|
+
"updatedAt": "Aggiornato il",
|
|
193
|
+
"updatedCountSuccessfully": "{{count}} {{label}} aggiornato con successo.",
|
|
194
|
+
"updatedSuccessfully": "Aggiornato con successo.",
|
|
195
|
+
"updating": "Aggiornamento",
|
|
196
|
+
"welcome": "Benvenuto"
|
|
197
|
+
},
|
|
198
|
+
"operators": {
|
|
199
|
+
"contains": "contiene",
|
|
200
|
+
"equals": "uguale",
|
|
201
|
+
"exists": "esiste",
|
|
202
|
+
"isGreaterThan": "è maggiore di",
|
|
203
|
+
"isGreaterThanOrEqualTo": "è maggiore o uguale a",
|
|
204
|
+
"isIn": "è in",
|
|
205
|
+
"isLessThan": "è minore di",
|
|
206
|
+
"isLessThanOrEqualTo": "è minore o uguale a",
|
|
207
|
+
"isLike": "è come",
|
|
208
|
+
"isNotEqualTo": "non è uguale a",
|
|
209
|
+
"isNotIn": "non è in",
|
|
210
|
+
"near": "vicino"
|
|
211
|
+
},
|
|
212
|
+
"upload": {
|
|
213
|
+
"crop": "Raccolto",
|
|
214
|
+
"cropToolDescription": "Trascina gli angoli dell'area selezionata, disegna una nuova area o regola i valori qui sotto.",
|
|
215
|
+
"dragAndDrop": "Trascina e rilascia un file",
|
|
216
|
+
"editImage": "Modifica immagine",
|
|
217
|
+
"focalPoint": "Punto Focale",
|
|
218
|
+
"focalPointDescription": "Trascina il punto focale direttamente sull'anteprima o regola i valori sottostanti.",
|
|
219
|
+
"height": "Altezza",
|
|
220
|
+
"previewSizes": "Anteprime Dimensioni",
|
|
221
|
+
"selectCollectionToBrowse": "Seleziona una Collezione da Sfogliare",
|
|
222
|
+
"selectFile": "Seleziona un file",
|
|
223
|
+
"setCropArea": "Imposta area di ritaglio",
|
|
224
|
+
"setFocalPoint": "Imposta punto focale",
|
|
225
|
+
"sizesFor": "Dimensioni per {{label}}",
|
|
226
|
+
"width": "Larghezza"
|
|
227
|
+
},
|
|
228
|
+
"validation": {
|
|
229
|
+
"fieldHasNo": "Questo campo non ha {{label}}",
|
|
230
|
+
"limitReached": "Raggiunto il limite, possono essere aggiunti solo {{max}} elementi.",
|
|
231
|
+
"required": "Questo campo è obbligatorio.",
|
|
232
|
+
"requiresAtLeast": "Questo campo richiede almeno {{count}} {{label}}."
|
|
233
|
+
},
|
|
234
|
+
"version": {
|
|
235
|
+
"aboutToPublishSelection": "Stai per pubblicare tutte le {{label}} nella selezione. Sei sicuro?",
|
|
236
|
+
"aboutToRestore": "Stai per ripristinare questo documento {{label}} allo stato in cui si trovava il {{versionDate}}.",
|
|
237
|
+
"aboutToRestoreGlobal": "Stai per ripristinare {{label}} allo stato in cui si trovava il {{versionDate}}.",
|
|
238
|
+
"aboutToUnpublishSelection": "Stai per annullare la pubblicazione di tutte le {{label}} nella selezione. Sei sicuro?",
|
|
239
|
+
"autosave": "Salvataggio automatico",
|
|
240
|
+
"autosavedSuccessfully": "Salvataggio automatico riuscito.",
|
|
241
|
+
"compareVersion": "Confronta versione con:",
|
|
242
|
+
"confirmPublish": "Conferma la pubblicazione",
|
|
243
|
+
"confirmUnpublish": "Conferma annullamento della pubblicazione",
|
|
244
|
+
"confirmVersionRestoration": "Conferma il ripristino della versione",
|
|
245
|
+
"draft": "Bozza",
|
|
246
|
+
"draftSavedSuccessfully": "Bozza salvata con successo.",
|
|
247
|
+
"noFurtherVersionsFound": "Non sono state trovate ulteriori versioni",
|
|
248
|
+
"noRowsFound": "Nessun {{label}} trovato",
|
|
249
|
+
"preview": "Anteprima",
|
|
250
|
+
"problemRestoringVersion": "Si è verificato un problema durante il ripristino di questa versione",
|
|
251
|
+
"publish": "Pubblicare",
|
|
252
|
+
"publishChanges": "Pubblica modifiche",
|
|
253
|
+
"published": "Pubblicato",
|
|
254
|
+
"restoreThisVersion": "Ripristina questa versione",
|
|
255
|
+
"restoredSuccessfully": "Ripristinato con successo.",
|
|
256
|
+
"restoring": "Ripristino...",
|
|
257
|
+
"saveDraft": "Salva Bozza",
|
|
258
|
+
"selectLocales": "Seleziona le lingue da visualizzare",
|
|
259
|
+
"selectVersionToCompare": "Seleziona una versione da confrontare",
|
|
260
|
+
"showLocales": "Mostra localizzazioni:",
|
|
261
|
+
"type": "Tipo",
|
|
262
|
+
"unpublish": "Annulla pubblicazione",
|
|
263
|
+
"unpublishing": "Annullamento pubblicazione...",
|
|
264
|
+
"version": "Versione",
|
|
265
|
+
"versionCreatedOn": "{{version}} creata il:",
|
|
266
|
+
"versionID": "ID Versione",
|
|
267
|
+
"versions": "Versioni",
|
|
268
|
+
"viewingVersion": "Visualizzazione della versione per {{entityLabel}} {{documentTitle}}",
|
|
269
|
+
"viewingVersionGlobal": "`Visualizzazione della versione per {{entityLabel}}",
|
|
270
|
+
"viewingVersions": "Visualizzazione delle versioni per {{entityLabel}} {{documentTitle}}",
|
|
271
|
+
"viewingVersionsGlobal": "`Visualizzazione delle versioni per {{entityLabel}}"
|
|
272
|
+
}
|
|
273
|
+
}
|
|
@@ -0,0 +1,275 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "./translation-schema.json",
|
|
3
|
+
"authentication": {
|
|
4
|
+
"account": "アカウント",
|
|
5
|
+
"accountOfCurrentUser": "現在のユーザーアカウント",
|
|
6
|
+
"alreadyActivated": "すでに有効です",
|
|
7
|
+
"alreadyLoggedIn": "すでにログインしています",
|
|
8
|
+
"backToLogin": "ログイン画面へ戻る",
|
|
9
|
+
"beginCreateFirstUser": "まずは、最初のユーザーを作成します。",
|
|
10
|
+
"changePassword": "パスワードを変更",
|
|
11
|
+
"confirmGeneration": "生成の確認",
|
|
12
|
+
"confirmPassword": "パスワードの確認",
|
|
13
|
+
"emailNotValid": "入力されたメールアドレスは無効です。",
|
|
14
|
+
"emailSent": "Emailが送信されました。",
|
|
15
|
+
"enableAPIKey": "API Keyを許可",
|
|
16
|
+
"failedToUnlock": "ロックの解除に失敗しました。",
|
|
17
|
+
"forceUnlock": "強制的にロックを解除",
|
|
18
|
+
"forgotPassword": "パスワード再設定",
|
|
19
|
+
"forgotPasswordEmailInstructions": "アカウントのメールアドレスを以下に入力してください。パスワードの再設定方法が記載されたメールが届きます。",
|
|
20
|
+
"forgotPasswordQuestion": "パスワードをお忘れですか?",
|
|
21
|
+
"generate": "生成",
|
|
22
|
+
"generateNewAPIKey": "新しいAPI Keyを生成",
|
|
23
|
+
"logBackIn": "改めてログイン",
|
|
24
|
+
"logOut": "ログアウト",
|
|
25
|
+
"loggedOutInactivity": "しばらく操作を行わなかったため、管理画面からログアウトしました。",
|
|
26
|
+
"loggedOutSuccessfully": "管理画面からログアウトしました。",
|
|
27
|
+
"login": "ログイン",
|
|
28
|
+
"logout": "ログアウト",
|
|
29
|
+
"logoutUser": "ログアウトユーザー",
|
|
30
|
+
"newAPIKeyGenerated": "新しいAPI Keyを生成しました。",
|
|
31
|
+
"newPassword": "新しいパスワード",
|
|
32
|
+
"resetPassword": "パスワード再発行",
|
|
33
|
+
"stayLoggedIn": "ログイン状態を維持",
|
|
34
|
+
"successfullyUnlocked": "ロックの解除に成功しました。",
|
|
35
|
+
"unableToVerify": "検証ができません",
|
|
36
|
+
"verified": "検証済み",
|
|
37
|
+
"verifiedSuccessfully": "検証が成功しました",
|
|
38
|
+
"verify": "検証",
|
|
39
|
+
"verifyUser": "ユーザーの確認",
|
|
40
|
+
"youAreInactive": "しばらく操作を行わなかったため、セキュリティのために自動的にログアウトします。ログイン状態を維持しますか?"
|
|
41
|
+
},
|
|
42
|
+
"error": {
|
|
43
|
+
"autosaving": "このデータを自動保存する際に問題が発生しました。",
|
|
44
|
+
"correctInvalidFields": "無効なフィールドを修正してください。",
|
|
45
|
+
"deletingTitle": "{{title}} を削除する際にエラーが発生しました。接続を確認してからもう一度お試しください。",
|
|
46
|
+
"loadingDocument": "IDが {{id}} のデータを読み込む際に問題が発生しました。",
|
|
47
|
+
"localesNotSaved_one": "次のロケールは保存できませんでした:",
|
|
48
|
+
"localesNotSaved_other": "次のロケールは保存できませんでした:",
|
|
49
|
+
"noMatchedField": "\"{{label}}\" に該当するフィールドがありません。",
|
|
50
|
+
"notAllowedToAccessPage": "この画面へのアクセスは許可されていません。",
|
|
51
|
+
"previewing": "このデータをプレビューする際に問題が発生しました。",
|
|
52
|
+
"unableToDeleteCount": "{{total}} {{label}} から {{count}} を削除できません。",
|
|
53
|
+
"unableToUpdateCount": "{{total}} {{label}} のうち {{count}} 個を更新できません。",
|
|
54
|
+
"unknown": "不明なエラーが発生しました。",
|
|
55
|
+
"unspecific": "エラーが発生しました。"
|
|
56
|
+
},
|
|
57
|
+
"fields": {
|
|
58
|
+
"addLabel": "{{label}} を追加",
|
|
59
|
+
"addLink": "リンクを追加",
|
|
60
|
+
"addNew": "新規追加",
|
|
61
|
+
"addNewLabel": "{{label}} を新規追加",
|
|
62
|
+
"addRelationship": "リレーションシップを追加",
|
|
63
|
+
"addUpload": "アップロードを追加",
|
|
64
|
+
"block": "ブロック",
|
|
65
|
+
"blockType": "ブロックタイプ",
|
|
66
|
+
"blocks": "ブロック",
|
|
67
|
+
"chooseFromExisting": "既存から選択",
|
|
68
|
+
"collapseAll": "すべて閉じる",
|
|
69
|
+
"editLink": "リンクを編集",
|
|
70
|
+
"editRelationship": "リレーションシップを編集",
|
|
71
|
+
"itemsAndMore": "{{items}} 他{{count}}件",
|
|
72
|
+
"labelRelationship": "{{label}} リレーションシップ",
|
|
73
|
+
"latitude": "緯度",
|
|
74
|
+
"longitude": "経度",
|
|
75
|
+
"passwordsDoNotMatch": "パスワードが一致しません",
|
|
76
|
+
"removeRelationship": "関係を削除",
|
|
77
|
+
"removeUpload": "削除",
|
|
78
|
+
"saveChanges": "変更を保存",
|
|
79
|
+
"searchForBlock": "ブロックを検索",
|
|
80
|
+
"selectFieldsToEdit": "編集するフィールドを選択",
|
|
81
|
+
"showAll": "すべて開く",
|
|
82
|
+
"swapRelationship": "スワップ関係",
|
|
83
|
+
"swapUpload": "差し替え",
|
|
84
|
+
"toggleBlock": "ブロックを切り替え",
|
|
85
|
+
"uploadNewLabel": "新規 {{label}} アップロード"
|
|
86
|
+
},
|
|
87
|
+
"general": {
|
|
88
|
+
"aboutToDelete": "{{label}} <1>{{title}}</1> を削除します。よろしいですか?",
|
|
89
|
+
"aboutToDeleteCount_many": "{{label}}を{{count}}つ削除しようとしています",
|
|
90
|
+
"aboutToDeleteCount_one": "{{label}}を{{count}}つ削除しようとしています",
|
|
91
|
+
"aboutToDeleteCount_other": "{{label}}を{{count}}つ削除しようとしています",
|
|
92
|
+
"addBelow": "下に追加",
|
|
93
|
+
"addFilter": "絞り込みを追加",
|
|
94
|
+
"adminTheme": "管理画面のテーマ",
|
|
95
|
+
"and": "かつ",
|
|
96
|
+
"applyChanges": "変更を適用する",
|
|
97
|
+
"ascending": "昇順",
|
|
98
|
+
"automatic": "自動設定",
|
|
99
|
+
"backToDashboard": "ダッシュボードに戻る",
|
|
100
|
+
"cancel": "キャンセル",
|
|
101
|
+
"changesNotSaved": "未保存の変更があります。このまま画面を離れると内容が失われます。",
|
|
102
|
+
"close": "閉じる",
|
|
103
|
+
"collapse": "閉じる",
|
|
104
|
+
"collections": "コレクション",
|
|
105
|
+
"columnToSort": "並び替え対象の行",
|
|
106
|
+
"columns": "行の表示",
|
|
107
|
+
"confirm": "実行",
|
|
108
|
+
"confirmDeletion": "削除の確認",
|
|
109
|
+
"confirmDuplication": "複製の確認",
|
|
110
|
+
"copied": "コピーしました",
|
|
111
|
+
"copy": "コピー",
|
|
112
|
+
"create": "作成",
|
|
113
|
+
"createNew": "新規作成",
|
|
114
|
+
"createNewLabel": "{{label}} を新規作成",
|
|
115
|
+
"created": "作成",
|
|
116
|
+
"creating": "作成中",
|
|
117
|
+
"creatingNewLabel": "{{label}} を新規作成しています",
|
|
118
|
+
"dark": "ダークモード",
|
|
119
|
+
"dashboard": "ダッシュボード",
|
|
120
|
+
"delete": "削除",
|
|
121
|
+
"deletedCountSuccessfully": "{{count}}つの{{label}}を正常に削除しました。",
|
|
122
|
+
"deleting": "削除しています...",
|
|
123
|
+
"descending": "降順",
|
|
124
|
+
"deselectAllRows": "すべての行の選択を解除します",
|
|
125
|
+
"duplicate": "複製",
|
|
126
|
+
"duplicateWithoutSaving": "変更を保存せずに複製",
|
|
127
|
+
"edit": "編集",
|
|
128
|
+
"editLabel": "{{label}} を編集",
|
|
129
|
+
"editing": "編集",
|
|
130
|
+
"editingLabel_many": "{{count}}つの{{label}}を編集しています",
|
|
131
|
+
"editingLabel_one": "{{count}}つの{{label}}を編集しています",
|
|
132
|
+
"editingLabel_other": "{{count}}つの{{label}}を編集しています",
|
|
133
|
+
"email": "メールアドレス",
|
|
134
|
+
"emailAddress": "メールアドレス",
|
|
135
|
+
"enterAValue": "値を入力",
|
|
136
|
+
"error": "エラー",
|
|
137
|
+
"errors": "エラー",
|
|
138
|
+
"fallbackToDefaultLocale": "デフォルトロケールへのフォールバック",
|
|
139
|
+
"filterWhere": "{{label}} の絞り込み",
|
|
140
|
+
"filters": "絞り込み",
|
|
141
|
+
"globals": "グローバル",
|
|
142
|
+
"language": "言語",
|
|
143
|
+
"lastModified": "最終更新",
|
|
144
|
+
"leaveAnyway": "すぐに画面を離れる",
|
|
145
|
+
"leaveWithoutSaving": "内容が保存されていません",
|
|
146
|
+
"light": "ライトモード",
|
|
147
|
+
"livePreview": "プレビュー",
|
|
148
|
+
"loading": "ローディング中",
|
|
149
|
+
"locale": "ロケール",
|
|
150
|
+
"menu": "メニュー",
|
|
151
|
+
"moveDown": "下へ移動",
|
|
152
|
+
"moveUp": "上へ移動",
|
|
153
|
+
"noFiltersSet": "絞り込みが未設定です。",
|
|
154
|
+
"noLabel": "<No {{label}}>",
|
|
155
|
+
"noOptions": "選択肢なし",
|
|
156
|
+
"noResults": "{{label}} データが見つかりませんでした。データが存在しない、または、絞り込みに一致するものがありません。",
|
|
157
|
+
"noValue": "未設定",
|
|
158
|
+
"none": "なし",
|
|
159
|
+
"notFound": "Not Found",
|
|
160
|
+
"nothingFound": "Nothing found",
|
|
161
|
+
"of": "/",
|
|
162
|
+
"open": "開く",
|
|
163
|
+
"or": "または",
|
|
164
|
+
"order": "表示順",
|
|
165
|
+
"pageNotFound": "ページが見つかりません",
|
|
166
|
+
"password": "パスワード",
|
|
167
|
+
"payloadSettings": "Payload 設定",
|
|
168
|
+
"perPage": "表示件数: {{limit}}",
|
|
169
|
+
"remove": "削除",
|
|
170
|
+
"reset": "リセット",
|
|
171
|
+
"row": "列",
|
|
172
|
+
"rows": "列",
|
|
173
|
+
"save": "保存",
|
|
174
|
+
"saving": "保存しています...",
|
|
175
|
+
"searchBy": "{{label}} で検索",
|
|
176
|
+
"selectAll": "すべての{{count}}つの{{label}}を選択",
|
|
177
|
+
"selectAllRows": "すべての行を選択します",
|
|
178
|
+
"selectValue": "値を選択",
|
|
179
|
+
"selectedCount": "{{count}}つの{{label}}を選択中",
|
|
180
|
+
"showAllLabel": "すべての{{label}}を表示する",
|
|
181
|
+
"sorryNotFound": "申し訳ありません。リクエストに対応する内容が見つかりませんでした。",
|
|
182
|
+
"sort": "並び替え",
|
|
183
|
+
"sortByLabelDirection": "{{label}}により並べ替え {{direction}}",
|
|
184
|
+
"stayOnThisPage": "この画面にとどまる",
|
|
185
|
+
"submissionSuccessful": "送信が成功しました。",
|
|
186
|
+
"submit": "送信",
|
|
187
|
+
"successfullyCreated": "{{label}} が作成されました。",
|
|
188
|
+
"successfullyDuplicated": "{{label}} が複製されました。",
|
|
189
|
+
"thisLanguage": "Japanese",
|
|
190
|
+
"titleDeleted": "{{label}} \"{{title}}\" が削除されました。",
|
|
191
|
+
"unauthorized": "未認証",
|
|
192
|
+
"unsavedChangesDuplicate": "未保存の変更があります。複製を続けますか?",
|
|
193
|
+
"untitled": "Untitled",
|
|
194
|
+
"updatedAt": "更新日",
|
|
195
|
+
"updatedCountSuccessfully": "{{count}}つの{{label}}を正常に更新しました。",
|
|
196
|
+
"updatedSuccessfully": "更新成功。",
|
|
197
|
+
"updating": "更新中",
|
|
198
|
+
"welcome": "ようこそ"
|
|
199
|
+
},
|
|
200
|
+
"operators": {
|
|
201
|
+
"contains": "含む",
|
|
202
|
+
"equals": "等しい",
|
|
203
|
+
"exists": "存在す",
|
|
204
|
+
"isGreaterThan": "より大きい",
|
|
205
|
+
"isGreaterThanOrEqualTo": "以上",
|
|
206
|
+
"isIn": "あります",
|
|
207
|
+
"isLessThan": "より小さい",
|
|
208
|
+
"isLessThanOrEqualTo": "以下",
|
|
209
|
+
"isLike": "のような",
|
|
210
|
+
"isNotEqualTo": "等しくない",
|
|
211
|
+
"isNotIn": "入っていません",
|
|
212
|
+
"near": "近く"
|
|
213
|
+
},
|
|
214
|
+
"upload": {
|
|
215
|
+
"crop": "クロップ",
|
|
216
|
+
"cropToolDescription": "選択したエリアのコーナーをドラッグしたり、新たなエリアを描画したり、下記の値を調整してください。",
|
|
217
|
+
"dragAndDrop": "ファイルをドラッグ アンド ドロップする",
|
|
218
|
+
"editImage": "画像を編集する",
|
|
219
|
+
"focalPoint": "焦点",
|
|
220
|
+
"focalPointDescription": "プレビュー上で焦点を直接ドラッグするか、下の値を調整してください。",
|
|
221
|
+
"height": "高さ",
|
|
222
|
+
"previewSizes": "プレビューサイズ",
|
|
223
|
+
"selectCollectionToBrowse": "閲覧するコレクションを選択",
|
|
224
|
+
"selectFile": "ファイルを選択",
|
|
225
|
+
"setCropArea": "クロップエリアを設定する",
|
|
226
|
+
"setFocalPoint": "焦点を設定する",
|
|
227
|
+
"sizesFor": "{{label}}のサイズ",
|
|
228
|
+
"width": "横幅"
|
|
229
|
+
},
|
|
230
|
+
"validation": {
|
|
231
|
+
"fieldHasNo": "{{label}} が必要です。",
|
|
232
|
+
"limitReached": "制限に達しました、{{max}}個以上のアイテムを追加することはできません。",
|
|
233
|
+
"required": "必須フィールドです。",
|
|
234
|
+
"requiresAtLeast": "少なくとも {{count}} {{label}} 以上が必要です。"
|
|
235
|
+
},
|
|
236
|
+
"version": {
|
|
237
|
+
"aboutToPublishSelection": "選択中のすべての{{label}}を公開しようとしています。よろしいですか?",
|
|
238
|
+
"aboutToRestore": "この {{label}} データを {{versionDate}} 時点のバージョンに復元しようとしています。",
|
|
239
|
+
"aboutToRestoreGlobal": "グローバルな {{label}} データを {{versionDate}} 時点のバージョンに復元しようとしています。",
|
|
240
|
+
"aboutToUnpublishSelection": "選択したすべての{{label}}の公開を取り消そうとしています。よろしいですか?",
|
|
241
|
+
"autosave": "自動保存",
|
|
242
|
+
"autosavedSuccessfully": "自動保存に成功しました。",
|
|
243
|
+
"compareVersion": "バージョンを比較:",
|
|
244
|
+
"confirmPublish": "公開を確認する",
|
|
245
|
+
"confirmUnpublish": "非公開の確認",
|
|
246
|
+
"confirmVersionRestoration": "バージョン復元の確認",
|
|
247
|
+
"draft": "ドラフト",
|
|
248
|
+
"draftSavedSuccessfully": "下書きは正常に保存されました。",
|
|
249
|
+
"noFurtherVersionsFound": "その他のバージョンは見つかりませんでした。",
|
|
250
|
+
"noRowsFound": "{{label}} は未設定です",
|
|
251
|
+
"preview": "プレビュー",
|
|
252
|
+
"problemRestoringVersion": "このバージョンの復元に問題がありました。",
|
|
253
|
+
"publish": "公開する",
|
|
254
|
+
"publishChanges": "変更内容を公開",
|
|
255
|
+
"published": "公開済み",
|
|
256
|
+
"restoreThisVersion": "このバージョンを復元",
|
|
257
|
+
"restoredSuccessfully": "正常に復元されました。",
|
|
258
|
+
"restoring": "復元しています...",
|
|
259
|
+
"saveDraft": "ドラフトを保存",
|
|
260
|
+
"selectLocales": "表示するロケールを選択",
|
|
261
|
+
"selectVersionToCompare": "比較するバージョンを選択",
|
|
262
|
+
"showLocales": "ロケールを表示:",
|
|
263
|
+
"type": "タイプ",
|
|
264
|
+
"unpublish": "非公開",
|
|
265
|
+
"unpublishing": "非公開中...",
|
|
266
|
+
"version": "バージョン",
|
|
267
|
+
"versionCreatedOn": "{{version}} 作成日時:",
|
|
268
|
+
"versionID": "バージョンID",
|
|
269
|
+
"versions": "バージョン",
|
|
270
|
+
"viewingVersion": "表示バージョン: {{entityLabel}} {{documentTitle}}",
|
|
271
|
+
"viewingVersionGlobal": "表示バージョン: グローバルな {{entityLabel}}",
|
|
272
|
+
"viewingVersions": "表示バージョン: {{entityLabel}} {{documentTitle}}",
|
|
273
|
+
"viewingVersionsGlobal": "表示バージョン: グローバルな {{entityLabel}}"
|
|
274
|
+
}
|
|
275
|
+
}
|