alchemy_i18n 8.2.0 → 8.3.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +21 -15
- data/app/views/alchemy/admin/translations/_de.js +7 -0
- data/app/views/alchemy/admin/translations/_es.js +12 -0
- data/app/views/alchemy/admin/translations/_fr.js +12 -0
- data/app/views/alchemy/admin/translations/_it.js +13 -2
- data/app/views/alchemy/admin/translations/_nl.js +22 -9
- data/app/views/alchemy/admin/translations/_ru.js +12 -0
- data/app/views/alchemy/admin/translations/_zh-CN.js +13 -2
- data/lib/alchemy_i18n/version.rb +1 -1
- data/locales/alchemy.de.yml +29 -5
- data/locales/alchemy.es.yml +25 -3
- data/locales/alchemy.fr.yml +28 -5
- data/locales/alchemy.it.yml +26 -3
- data/locales/alchemy.nb-NO.yml +6 -7
- data/locales/alchemy.nl.yml +6 -7
- data/locales/alchemy.pl.yml +6 -7
- data/locales/alchemy.ru.yml +6 -6
- data/locales/alchemy.zh-CN.yml +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06bfa8855d2267a11cec2a6792fbbab9698ac5abc29bb5d92d393d9d364c2623
|
|
4
|
+
data.tar.gz: 3404d4158ccb653f16972e383ba4281efa08ab6a185f3b78d7e4c80ddee6ce7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63b2fc55c879c71a3e30746521edb0dd686dd1bc1dcea8b1a1cd8374bba5b0d3844f42dac0ba981b2ec04625c19c89df4c4a9c54c8189348c3584102a3cab511
|
|
7
|
+
data.tar.gz: 8b9005ecf643989a9911a2bc1314bc5b712b0db07c27df304c5994571dd9f5c549bc747ec9be565bd534d670fd49b387697092334c9e28ae0d684049a1b63d38
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 8.3.0 (2026-06-25)
|
|
4
|
+
|
|
5
|
+
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
|
6
|
+
|
|
7
|
+
## What's Changed
|
|
8
|
+
### New Features
|
|
9
|
+
* Alchemy 8.3 by @tvdeyen in https://github.com/AlchemyCMS/alchemy_i18n/pull/98
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
* Update translations for alchemy/page/sitemap and remove unused show_page_in_translation key by @antwertinger in https://github.com/AlchemyCMS/alchemy_i18n/pull/97
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy_i18n/compare/v8.2.0...v8.3.0
|
|
15
|
+
|
|
3
16
|
## 8.2.0 (2026-04-13)
|
|
4
17
|
|
|
5
18
|
<!-- Release notes generated using configuration in .github/release.yml at main -->
|
data/README.md
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
# AlchemyCMS Translations
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Translation files for [AlchemyCMS](https://github.com/AlchemyCMS/alchemy_cms) 8.0 and above.
|
|
4
4
|
|
|
5
5
|
## Alchemy version
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
| Alchemy CMS | alchemy_i18n | Branch |
|
|
8
|
+
|-------------|-------------|---------------|
|
|
9
|
+
| 8.2 | >= 8.2.0 | `8.2-stable` |
|
|
10
|
+
| 8.0 | 5.x | `5.1-stable` |
|
|
11
|
+
| 7.x | 4.3.x | `4.3-stable` |
|
|
12
|
+
| 7.0 | 4.0.x | `4.0-stable` |
|
|
13
|
+
| 6.1 | 3.2.x | `3.2-stable` |
|
|
14
|
+
| 5.3 | 2.3.x | `2.3-stable` |
|
|
11
15
|
|
|
12
16
|
## Installation
|
|
13
17
|
|
|
14
|
-
Add
|
|
18
|
+
Add the gem to your `Gemfile` and run the install generator:
|
|
15
19
|
|
|
16
20
|
```
|
|
17
21
|
bundle add alchemy_i18n
|
|
@@ -19,23 +23,25 @@ bin/rails g alchemy_i18n:install
|
|
|
19
23
|
```
|
|
20
24
|
|
|
21
25
|
Pass the locales you want to generate files for with the `--locales` option.
|
|
22
|
-
|
|
26
|
+
Separate multiple locales by space.
|
|
23
27
|
|
|
24
28
|
```
|
|
25
|
-
bin/rails g alchemy_i18n:install --locales
|
|
29
|
+
bin/rails g alchemy_i18n:install --locales de it es
|
|
26
30
|
```
|
|
27
31
|
|
|
28
|
-
|
|
32
|
+
## Available locales
|
|
29
33
|
|
|
30
|
-
|
|
34
|
+
`de` `es` `fr` `it` `nb-NO` `nl` `pl` `ru` `zh-CN`
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
### Noteworthy missing translations
|
|
33
37
|
|
|
34
|
-
|
|
35
|
-
- **That's it!**
|
|
36
|
-
- The maintainer will then pull translations from the Locale project and push to Github.
|
|
38
|
+
Russian (`ru`) and Chinese (`zh-CN`) are at roughly 68% coverage and need help.
|
|
37
39
|
|
|
38
|
-
|
|
40
|
+
## Contributing
|
|
41
|
+
|
|
42
|
+
1. Fork the repository
|
|
43
|
+
2. Add or update translations in the locale files under `locales/`
|
|
44
|
+
3. Open a pull request
|
|
39
45
|
|
|
40
46
|
## License
|
|
41
47
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
+
Add: "Erstelle",
|
|
2
3
|
allowed_chars: "von %{count} Zeichen",
|
|
3
4
|
cancel: "Abbrechen",
|
|
4
5
|
cancelled: "Abgebrochen",
|
|
@@ -23,11 +24,17 @@ Alchemy.translations = {
|
|
|
23
24
|
"Maximum number of files exceeded":
|
|
24
25
|
"Maximale Anzahl gleichzeitig erlaubter Datei-Uploads erreicht.",
|
|
25
26
|
"No anchors found": "Keine Sprungmarken gefunden.",
|
|
27
|
+
"No results found": "Keine Ergebnisse.",
|
|
26
28
|
None: "Keine",
|
|
27
29
|
"Uploaded bytes exceed file size":
|
|
28
30
|
"Maximale Größe der erlaubten Dateigröße erreicht.",
|
|
29
31
|
"Select a page first": "Zuerst eine Seite wählen.",
|
|
30
32
|
"Successfully moved menu item": "Menü-Eintrag wurde erfolgreich bewegt.",
|
|
33
|
+
"Abort upload": "Upload abbrechen",
|
|
34
|
+
"Cancel all uploads": "Alle Uploads abbrechen",
|
|
35
|
+
"Clear selection": "Auswahl aufheben",
|
|
36
|
+
Remove: "Entfernen",
|
|
37
|
+
Close: "Schließen",
|
|
31
38
|
formats: {
|
|
32
39
|
datetime: "d.m.Y H:i",
|
|
33
40
|
date: "d.m.Y",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
+
Add: "Crear",
|
|
2
3
|
allowed_chars: "de %{count} caracteres",
|
|
3
4
|
cancel: "Cancelar",
|
|
4
5
|
cancelled: "Cancelado",
|
|
@@ -13,14 +14,25 @@ Alchemy.translations = {
|
|
|
13
14
|
page_found: "Página encontrada",
|
|
14
15
|
pages_found: "Páginas encontradas",
|
|
15
16
|
"Please confirm": "Por favor confirma",
|
|
17
|
+
"Preview failed to load":
|
|
18
|
+
"No se pudo cargar la vista previa. Inténtalo de nuevo.",
|
|
16
19
|
url_validation_failed: "La url no tiene un formato válido.",
|
|
17
20
|
warning: "¡Atención!",
|
|
18
21
|
"File is too large": "El archivo es demasiado grande",
|
|
19
22
|
"File is too small": "El archivo es demasiado pequeño",
|
|
20
23
|
"File type not allowed": "El tipo de archivo no está permitido",
|
|
21
24
|
"Maximum number of files exceeded": "Número máximo de archivos excedido.",
|
|
25
|
+
"No results found": "No se encontraron resultados.",
|
|
22
26
|
"Uploaded bytes exceed file size":
|
|
23
27
|
"Los bytes subidos exceden el tamaño del archivo",
|
|
28
|
+
"Abort upload": "Interrumpir subida",
|
|
29
|
+
"Cancel all uploads": "Cancelar todas las subidas",
|
|
30
|
+
"Clear selection": "Borrar selección",
|
|
31
|
+
Remove: "Eliminar",
|
|
32
|
+
None: "Ninguno",
|
|
33
|
+
"No anchors found": "No se encontraron anclas.",
|
|
34
|
+
"Select a page first": "Selecciona primero una página.",
|
|
35
|
+
Close: "Cerrar",
|
|
24
36
|
formats: {
|
|
25
37
|
datetime: "d/m/Y H:i",
|
|
26
38
|
date: "d/m/Y",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
+
Add: "Créer",
|
|
2
3
|
allowed_chars: "de %{count} caractères",
|
|
3
4
|
cancel: "abandonner",
|
|
4
5
|
cancelled: "annulé",
|
|
@@ -13,6 +14,8 @@ Alchemy.translations = {
|
|
|
13
14
|
page_found: "page trouvée",
|
|
14
15
|
pages_found: "pages trouvées",
|
|
15
16
|
"Please confirm": "Veuillez confirmer",
|
|
17
|
+
"Preview failed to load":
|
|
18
|
+
"Échec du chargement de l’aperçu. Veuillez réessayer.",
|
|
16
19
|
url_validation_failed: "L’URL n’est pas correctement formatée.",
|
|
17
20
|
warning: "Attention!",
|
|
18
21
|
"File is too large": "Le fichier est trop grand.",
|
|
@@ -20,8 +23,17 @@ Alchemy.translations = {
|
|
|
20
23
|
"File type not allowed": "Type de document non autorisé.",
|
|
21
24
|
"Maximum number of files exceeded":
|
|
22
25
|
"Le nombre maximum de fichiers est atteint.",
|
|
26
|
+
"No results found": "Aucun résultat trouvé.",
|
|
23
27
|
"Uploaded bytes exceed file size":
|
|
24
28
|
"Taille de fichier maximale autorisée atteint.",
|
|
29
|
+
"Abort upload": "Interrompre l’envoi",
|
|
30
|
+
"Cancel all uploads": "Annuler tous les envois",
|
|
31
|
+
"Clear selection": "Effacer la sélection",
|
|
32
|
+
Remove: "Supprimer",
|
|
33
|
+
None: "Aucun",
|
|
34
|
+
"No anchors found": "Aucune ancre trouvée.",
|
|
35
|
+
"Select a page first": "Sélectionnez d’abord une page.",
|
|
36
|
+
Close: "Fermer",
|
|
25
37
|
formats: {
|
|
26
38
|
datetime: "d.m.Y H:i",
|
|
27
39
|
date: "d.m.Y",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
+
Add: "Crea",
|
|
2
3
|
allowed_chars: "di %{count} caratteri",
|
|
3
4
|
cancel: "Annulla",
|
|
4
5
|
cancelled: "Annullato",
|
|
@@ -13,17 +14,27 @@ Alchemy.translations = {
|
|
|
13
14
|
page_found: "Pagina trovata",
|
|
14
15
|
pages_found: "Pagine trovate",
|
|
15
16
|
"Please confirm": "Per favore conferma",
|
|
17
|
+
"Preview failed to load": "Impossibile caricare l'anteprima. Riprova.",
|
|
16
18
|
url_validation_failed: "Formato URL non valido.",
|
|
17
19
|
warning: "Attenzione!",
|
|
18
20
|
"File is too large": "Il file è troppo grande",
|
|
19
21
|
"File is too small": "Il file è troppo piccolo",
|
|
20
22
|
"File type not allowed": "Tipo di file non consentito",
|
|
21
23
|
"Maximum number of files exceeded": "Numero massimo di file raggiunto.",
|
|
24
|
+
"No results found": "Nessun risultato trovato.",
|
|
22
25
|
"Uploaded bytes exceed file size":
|
|
23
26
|
"Il numero di byte caricati eccede la dimensione del file",
|
|
27
|
+
"Abort upload": "Interrompi caricamento",
|
|
28
|
+
"Cancel all uploads": "Annulla tutti i caricamenti",
|
|
29
|
+
"Clear selection": "Cancella selezione",
|
|
30
|
+
Remove: "Rimuovi",
|
|
31
|
+
None: "Nessuno",
|
|
32
|
+
"No anchors found": "Nessuna ancora trovata.",
|
|
33
|
+
"Select a page first": "Seleziona prima una pagina.",
|
|
34
|
+
Close: "Chiudi",
|
|
24
35
|
formats: {
|
|
25
|
-
datetime: "Y
|
|
26
|
-
date: "Y
|
|
36
|
+
datetime: "d/m/Y H:i",
|
|
37
|
+
date: "d/m/Y",
|
|
27
38
|
time: "H:i",
|
|
28
39
|
time_24hr: true,
|
|
29
40
|
},
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
-
|
|
2
|
+
Add: "Aanmaken",
|
|
3
|
+
allowed_chars: "van %{count} tekens",
|
|
3
4
|
cancel: "Annuleren",
|
|
4
5
|
cancelled: "Afgebroken",
|
|
5
6
|
click_to_edit: "klik om aan te passen",
|
|
@@ -8,21 +9,33 @@ Alchemy.translations = {
|
|
|
8
9
|
"Dit element bevat niet opgeslagen wijzigingen. Wilt u dit echt inklappen?",
|
|
9
10
|
help: "Hulp",
|
|
10
11
|
ok: "Ok",
|
|
11
|
-
page_found: "
|
|
12
|
-
pages_found: "
|
|
12
|
+
page_found: "Pagina gevonden",
|
|
13
|
+
pages_found: "Pagina's gevonden",
|
|
13
14
|
page_dirty_notice:
|
|
14
15
|
"Er zijn wijzigingen op deze pagina aangebracht. Deze gaan verloren als u doorgaat.",
|
|
15
16
|
"Please confirm": "Bevestig alstublieft",
|
|
17
|
+
"Preview failed to load":
|
|
18
|
+
"Voorbeeld kon niet worden geladen. Probeer het opnieuw.",
|
|
16
19
|
url_validation_failed: "De url heeft geen geldig formaat.",
|
|
17
20
|
warning: "Waarschuwing!",
|
|
18
|
-
"File is too large": "
|
|
19
|
-
"File is too small": "
|
|
20
|
-
"File type not allowed": "
|
|
21
|
+
"File is too large": "Bestand is te groot.",
|
|
22
|
+
"File is too small": "Bestand is te klein.",
|
|
23
|
+
"File type not allowed": "Bestandstype niet toegestaan.",
|
|
21
24
|
"Maximum number of files exceeded": "Uploadlimiet bereikt.",
|
|
22
|
-
"
|
|
25
|
+
"No results found": "Geen resultaten gevonden.",
|
|
26
|
+
"Uploaded bytes exceed file size":
|
|
27
|
+
"Geüploade bytes overschrijden de bestandsgrootte.",
|
|
28
|
+
"Abort upload": "Upload afbreken",
|
|
29
|
+
"Cancel all uploads": "Alle uploads annuleren",
|
|
30
|
+
"Clear selection": "Selectie wissen",
|
|
31
|
+
Remove: "Verwijderen",
|
|
32
|
+
None: "Geen",
|
|
33
|
+
"No anchors found": "Geen ankers gevonden.",
|
|
34
|
+
"Select a page first": "Selecteer eerst een pagina.",
|
|
35
|
+
Close: "Sluiten",
|
|
23
36
|
formats: {
|
|
24
|
-
datetime: "
|
|
25
|
-
date: "
|
|
37
|
+
datetime: "d-m-Y H:i",
|
|
38
|
+
date: "d-m-Y",
|
|
26
39
|
time: "H:i",
|
|
27
40
|
time_24hr: true,
|
|
28
41
|
},
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
+
Add: "Создать",
|
|
2
3
|
allowed_chars: "%{count} знаков",
|
|
3
4
|
cancel: "Отмена",
|
|
4
5
|
cancelled: "Отменено",
|
|
@@ -13,6 +14,8 @@ Alchemy.translations = {
|
|
|
13
14
|
page_found: "Страница найдена",
|
|
14
15
|
pages_found: "Страницы найдены",
|
|
15
16
|
"Please confirm": "Пожалуйста, подтвердите",
|
|
17
|
+
"Preview failed to load":
|
|
18
|
+
"Не удалось загрузить предпросмотр. Попробуйте ещё раз.",
|
|
16
19
|
url_validation_failed: "Адрес (URL) имеет неверный формат.",
|
|
17
20
|
warning: "Внимание!",
|
|
18
21
|
"File is too large": "Файл слишком большой",
|
|
@@ -20,7 +23,16 @@ Alchemy.translations = {
|
|
|
20
23
|
"File type not allowed": "Этот тип файла не разрешен",
|
|
21
24
|
"Maximum number of files exceeded":
|
|
22
25
|
"Исчерпано максимальное количество файлов.",
|
|
26
|
+
"No results found": "Ничего не найдено.",
|
|
23
27
|
"Uploaded bytes exceed file size": "Превышен максимальный размер файла",
|
|
28
|
+
"Abort upload": "Прервать загрузку",
|
|
29
|
+
"Cancel all uploads": "Отменить все загрузки",
|
|
30
|
+
"Clear selection": "Очистить выбор",
|
|
31
|
+
Remove: "Удалить",
|
|
32
|
+
None: "Не выбрано",
|
|
33
|
+
"No anchors found": "Якоря не найдены.",
|
|
34
|
+
"Select a page first": "Сначала выберите страницу.",
|
|
35
|
+
Close: "Закрыть",
|
|
24
36
|
formats: {
|
|
25
37
|
datetime: "d.m.Y H:i",
|
|
26
38
|
date: "d.m.Y",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
Alchemy.translations = {
|
|
2
|
+
Add: "新建",
|
|
2
3
|
allowed_chars: "%{count} 个字符",
|
|
3
4
|
cancel: "取消",
|
|
4
5
|
cancelled: "已取消",
|
|
@@ -12,16 +13,26 @@ Alchemy.translations = {
|
|
|
12
13
|
page_found: "找到页面",
|
|
13
14
|
pages_found: "找到页面",
|
|
14
15
|
"Please confirm": "请确认",
|
|
16
|
+
"Preview failed to load": "预览加载失败。请重试。",
|
|
15
17
|
url_validation_failed: "页面地址格式错误。",
|
|
16
18
|
warning: "警告!",
|
|
17
19
|
"File is too large": "文件太大",
|
|
18
20
|
"File is too small": "文件太小",
|
|
19
21
|
"File type not allowed": "文件类型不支持",
|
|
20
22
|
"Maximum number of files exceeded": "超出最大允许的文件数。",
|
|
23
|
+
"No results found": "未找到结果。",
|
|
21
24
|
"Uploaded bytes exceed file size": "上传得字节数超过文件大小",
|
|
25
|
+
"Abort upload": "中止上传",
|
|
26
|
+
"Cancel all uploads": "取消所有上传",
|
|
27
|
+
"Clear selection": "清除选择",
|
|
28
|
+
Remove: "移除",
|
|
29
|
+
None: "无",
|
|
30
|
+
"No anchors found": "未找到锚点。",
|
|
31
|
+
"Select a page first": "请先选择页面。",
|
|
32
|
+
Close: "关闭",
|
|
22
33
|
formats: {
|
|
23
|
-
datetime: "Y
|
|
24
|
-
date: "Y
|
|
34
|
+
datetime: "Y年m月d日 H:i",
|
|
35
|
+
date: "Y年m月d日",
|
|
25
36
|
time: "H:i",
|
|
26
37
|
time_24hr: true,
|
|
27
38
|
},
|
data/lib/alchemy_i18n/version.rb
CHANGED
data/locales/alchemy.de.yml
CHANGED
|
@@ -310,6 +310,12 @@ de:
|
|
|
310
310
|
label: "Sortierung"
|
|
311
311
|
by_latest: "Neueste zuerst"
|
|
312
312
|
alphabetical: "A-Z"
|
|
313
|
+
dashboard:
|
|
314
|
+
widgets:
|
|
315
|
+
page_counts:
|
|
316
|
+
published: "Veröffentlicht"
|
|
317
|
+
user_counts:
|
|
318
|
+
online: "Online"
|
|
313
319
|
elements:
|
|
314
320
|
toolbar:
|
|
315
321
|
hide: ausblenden
|
|
@@ -562,7 +568,7 @@ de:
|
|
|
562
568
|
create_language_tree_heading: "Einen leeren Sprachbaum erstellen"
|
|
563
569
|
create_page: "Eine Unterseite anlegen"
|
|
564
570
|
create_menu: "Ein Menü erstellen"
|
|
565
|
-
create_node: "
|
|
571
|
+
create_node: "hinzufügen"
|
|
566
572
|
custom_color: "Benutzerdefinierte Farbe"
|
|
567
573
|
currently_edited_by: "Wird bearbeitet von"
|
|
568
574
|
cut_element: "Element ausschneiden"
|
|
@@ -577,6 +583,7 @@ de:
|
|
|
577
583
|
download_csv: "CSV runterladen"
|
|
578
584
|
download_file: "%{filename} runterladen"
|
|
579
585
|
do_you_really_want_to_delete_this_tag?: "Wollen Sie dieses Tag wirklich löschen?"
|
|
586
|
+
draft: "Entwurf"
|
|
580
587
|
drag_to_sort: "Mit der Maus halten und verschieben"
|
|
581
588
|
edit: bearbeiten
|
|
582
589
|
edit_anchor: "Sprungmarke bearbeiten"
|
|
@@ -597,6 +604,7 @@ de:
|
|
|
597
604
|
element_scheduled:
|
|
598
605
|
public_on: "sichtbar ab %{public_on}"
|
|
599
606
|
public_until: "sichtbar bis %{public_until}"
|
|
607
|
+
element_usage: "Elementnutzung"
|
|
600
608
|
enter_external_link: "Geben Sie hier die Adresse der Seite ein zu der Sie einen Link setzen wollen."
|
|
601
609
|
explain_cropping: '<p>Sie können den Rahmen mit der Maus und den Pfeiltasten verschieben und in der Größe verändern, um einen eigenen Bildausschnitt festzulegen. Wenn Sie zufrieden sind, dann klicken Sie bitte auf "übernehmen".</p><p>Um zu dem zentrierten Bildausschnitt zurückzukehren, wie er im Layout vorgesehen wurde, klicken Sie bitte auf "zurücksezen" und "übernehmen" anschließend die Änderungen.</p>'
|
|
602
610
|
explain_publishing: "Sie haben Änderungen die noch nicht veröffentlicht wurden."
|
|
@@ -651,6 +659,7 @@ de:
|
|
|
651
659
|
last_upload_only: "Zuletzt hochgeladene"
|
|
652
660
|
left: "links"
|
|
653
661
|
legacy_url_info_text: "Ein Verweis ist eine Weiterleitung einer alten URL auf die aktuelle URL dieser Seite. Diese Weiterleitung findet mit einem <a href='https://support.google.com/webmasters/answer/93633' target='_blank'>301-Status-Code</a> statt."
|
|
662
|
+
legal_info: "Rechtliche Hinweise"
|
|
654
663
|
link_image: "Bild verlinken"
|
|
655
664
|
link_overlay_tab_label:
|
|
656
665
|
anchor: Sprungmarke
|
|
@@ -733,6 +742,10 @@ de:
|
|
|
733
742
|
restricted:
|
|
734
743
|
"true": "Die Seite ist beschränkt auf Mitglieder."
|
|
735
744
|
"false": "Die Seite ist für jeden zugänglich."
|
|
745
|
+
scheduled:
|
|
746
|
+
public_on: "Die Seite ist sichtbar ab %{public_on}"
|
|
747
|
+
public_until: "Die Seite ist sichtbar bis %{public_until}"
|
|
748
|
+
"false": ""
|
|
736
749
|
page_status_titles:
|
|
737
750
|
locked:
|
|
738
751
|
"true": "bearbeitet"
|
|
@@ -743,9 +756,13 @@ de:
|
|
|
743
756
|
restricted:
|
|
744
757
|
"true": "beschränkt"
|
|
745
758
|
"false": "zugänglich"
|
|
759
|
+
scheduled:
|
|
760
|
+
"true": "geplant"
|
|
761
|
+
"false": ""
|
|
746
762
|
page_status: "Status"
|
|
747
763
|
page_title: "Titel"
|
|
748
764
|
page_type: "Typ"
|
|
765
|
+
page_usage: "Seitennutzung"
|
|
749
766
|
page_visible_in_navigation: "in der Navigation sichtbar"
|
|
750
767
|
page_was_created: "Wurde erstellt"
|
|
751
768
|
page_was_updated: "Wurde bearbeitet"
|
|
@@ -788,6 +805,7 @@ de:
|
|
|
788
805
|
now: "Jetzt"
|
|
789
806
|
publish_page_language_not_public: "Seite kann nicht veröffentlicht werden, wenn die Sprache nicht öffentlich ist"
|
|
790
807
|
publish_page_not_allowed: "Sie haben nicht die Berechtigung, diese Seite zu veröffentlichen"
|
|
808
|
+
published: "veröffentlicht"
|
|
791
809
|
public_available: Öffentlich verfügbar
|
|
792
810
|
recently_uploaded_only: "Kürzlich hochgeladene"
|
|
793
811
|
"regular method": "herkömmlichen Methode"
|
|
@@ -831,7 +849,6 @@ de:
|
|
|
831
849
|
show_elements_from_page: "Elemente dieser Seite anzeigen"
|
|
832
850
|
show_eq: "EQ anzeigen"
|
|
833
851
|
show_navigation: "Navigation anzeigen"
|
|
834
|
-
show_page_in_sitemap: "Seite in der XML-Sitemap anzeigen."
|
|
835
852
|
signup_mail_delivery_error: "Einrichtungs-E-Mail konnte nicht verschickt werden. Bitte überprüfen Sie die Mail Einstellungen."
|
|
836
853
|
small_thumbnails: "kleine Miniaturbilder"
|
|
837
854
|
subject: "Betreff"
|
|
@@ -1065,6 +1082,8 @@ de:
|
|
|
1065
1082
|
base:
|
|
1066
1083
|
restrict_dependent_destroy:
|
|
1067
1084
|
has_many: "Es sind noch %{record} mit dieser Seite verknüpft. Bitte entfernen Sie diese zuerst."
|
|
1085
|
+
page_layout:
|
|
1086
|
+
conflicting_wildcard_param_key: 'hat einen widersprüchlichen Wildcard-Parameter "%{param}", der bereits vom Seitentyp "%{conflicting_layout}" verwendet wird'
|
|
1068
1087
|
descendants:
|
|
1069
1088
|
still_attached_to_nodes: "Die folgenden Unterseiten sind noch mit Menü-Einträgen verknüpft: %{page_names}. Bitte entfernen Sie diese zuerst."
|
|
1070
1089
|
nodes:
|
|
@@ -1189,10 +1208,11 @@ de:
|
|
|
1189
1208
|
language: "Sprache"
|
|
1190
1209
|
locked: "Die Seite ist gesperrt"
|
|
1191
1210
|
locked_by: "Gesperrt durch"
|
|
1192
|
-
meta_description: "
|
|
1193
|
-
meta_keywords: "
|
|
1211
|
+
meta_description: "Meta-Beschreibung"
|
|
1212
|
+
meta_keywords: "Meta-Keywords"
|
|
1194
1213
|
name: "Name"
|
|
1195
1214
|
page_layout: "Seitentyp"
|
|
1215
|
+
page_type: "Seitentyp"
|
|
1196
1216
|
parent_id: "Übergeordnete Seite"
|
|
1197
1217
|
parent: "Übergeordnete Seite"
|
|
1198
1218
|
public: "veröffentlicht"
|
|
@@ -1203,13 +1223,17 @@ de:
|
|
|
1203
1223
|
public_on: "Sichtbar ab"
|
|
1204
1224
|
public_until: "Sichtbar bis"
|
|
1205
1225
|
searchable: "durchsuchbar"
|
|
1206
|
-
sitemap: "in der
|
|
1226
|
+
sitemap: "Seite in der XML-Sitemap anzeigen"
|
|
1207
1227
|
slug: "Slug"
|
|
1208
1228
|
tag_list: Tags
|
|
1209
1229
|
title: "Seitentitel"
|
|
1210
1230
|
updated_at: "Aktualisiert am"
|
|
1211
1231
|
urlname: "URL-Name"
|
|
1212
1232
|
visible: "in der Navigation sichtbar"
|
|
1233
|
+
alchemy/page_version:
|
|
1234
|
+
meta_description: "Meta-Beschreibung"
|
|
1235
|
+
meta_keywords: "Meta-Keywords"
|
|
1236
|
+
title: "Seitentitel"
|
|
1213
1237
|
alchemy/picture:
|
|
1214
1238
|
image_file_name: "Dateiname"
|
|
1215
1239
|
image_file_height: "Höhe"
|
data/locales/alchemy.es.yml
CHANGED
|
@@ -310,6 +310,12 @@ es:
|
|
|
310
310
|
label: "Ordenar"
|
|
311
311
|
by_latest: "Más recientes"
|
|
312
312
|
alphabetical: "A-Z"
|
|
313
|
+
dashboard:
|
|
314
|
+
widgets:
|
|
315
|
+
page_counts:
|
|
316
|
+
published: "Publicadas"
|
|
317
|
+
user_counts:
|
|
318
|
+
online: "En línea"
|
|
313
319
|
elements:
|
|
314
320
|
toolbar:
|
|
315
321
|
hide: "Ocultar"
|
|
@@ -577,6 +583,7 @@ es:
|
|
|
577
583
|
download_csv: "Descargar CSV"
|
|
578
584
|
download_file: "Descargar archivo '%{filename}'"
|
|
579
585
|
do_you_really_want_to_delete_this_tag?: "¿Desea realmente eliminar esta etiqueta?"
|
|
586
|
+
draft: "Borrador"
|
|
580
587
|
drag_to_sort: "Arrastre para ordenar las imágenes"
|
|
581
588
|
edit: "editar"
|
|
582
589
|
edit_anchor: "Editar ancla"
|
|
@@ -598,6 +605,7 @@ es:
|
|
|
598
605
|
element_scheduled:
|
|
599
606
|
public_on: "visible desde %{public_on}"
|
|
600
607
|
public_until: "visible hasta %{public_until}"
|
|
608
|
+
element_usage: "Uso de elementos"
|
|
601
609
|
enter_external_link: "Por favor introduzca la URL con la que desea enlazar"
|
|
602
610
|
explain_cropping: "<p>Mueva el marco y cambie el tamaño para ajustar la sección de la imagen.</p><p>Pulse en aplicar cuando esté satisfecho.</p>"
|
|
603
611
|
explain_publishing: "Publicar la página y eliminar la versión cacheada del servidor."
|
|
@@ -651,6 +659,7 @@ es:
|
|
|
651
659
|
last_upload_only: "Solo última subida"
|
|
652
660
|
left: "Izquierda"
|
|
653
661
|
legacy_url_info_text: "Un enlace es una redirección de una vieja URL a la URL actual de esta página. Esta redirección ocurre con un <a href='https://support.google.com/webmasters/answer/93633' target='_blank'>código de estado 301</a>."
|
|
662
|
+
legal_info: "Aviso legal"
|
|
654
663
|
link_image: "Enlazar esta imagen."
|
|
655
664
|
link_overlay_tab_label:
|
|
656
665
|
anchor: "Ancla"
|
|
@@ -736,6 +745,10 @@ es:
|
|
|
736
745
|
restricted:
|
|
737
746
|
"true": "La página está restringida."
|
|
738
747
|
"false": "La página no está restringida."
|
|
748
|
+
scheduled:
|
|
749
|
+
public_on: "La página es visible a partir del %{public_on}"
|
|
750
|
+
public_until: "La página es visible hasta el %{public_until}"
|
|
751
|
+
"false": ""
|
|
739
752
|
page_status_titles:
|
|
740
753
|
locked:
|
|
741
754
|
"true": "Bloqueada"
|
|
@@ -746,9 +759,13 @@ es:
|
|
|
746
759
|
restricted:
|
|
747
760
|
"true": "Restringida"
|
|
748
761
|
"false": "No restringida"
|
|
762
|
+
scheduled:
|
|
763
|
+
"true": "Programada"
|
|
764
|
+
"false": ""
|
|
749
765
|
page_status: "Estado"
|
|
750
766
|
page_title: "Título"
|
|
751
767
|
page_type: "Tipo"
|
|
768
|
+
page_usage: "Uso de páginas"
|
|
752
769
|
page_visible_in_navigation: "Visible en el menú"
|
|
753
770
|
page_was_created: "Creada"
|
|
754
771
|
page_was_updated: "Actualizada"
|
|
@@ -789,6 +806,7 @@ es:
|
|
|
789
806
|
preview_url: "Vista previa"
|
|
790
807
|
publish_page_language_not_public: "No se puede publicar la página si el idioma no es público"
|
|
791
808
|
publish_page_not_allowed: "No tiene permiso para publicar esta página"
|
|
809
|
+
published: "publicadas"
|
|
792
810
|
recently_uploaded_only: "Sólo subido recientemente"
|
|
793
811
|
"regular method": "Método regular"
|
|
794
812
|
remove: "Eliminar"
|
|
@@ -826,7 +844,6 @@ es:
|
|
|
826
844
|
show_elements_from_page: "Mostrar todos los elementos de esta página"
|
|
827
845
|
show_eq: "Mostrar EQ"
|
|
828
846
|
show_navigation: "Mostrar en navegación"
|
|
829
|
-
show_page_in_sitemap: "Mostrar página en el sitemap XML."
|
|
830
847
|
signup_mail_delivery_error: "El correo de registro no se pudo enviar. Por favor revise su configuración de correo."
|
|
831
848
|
small_thumbnails: "Miniaturas pequeñas"
|
|
832
849
|
subject: "Asunto"
|
|
@@ -841,7 +858,6 @@ es:
|
|
|
841
858
|
tag_list: Etiquetas
|
|
842
859
|
tags: "Etiquetas"
|
|
843
860
|
tags_get_created_if_used_the_first_time: "Se crearán las etiquetas usadas por primera vez."
|
|
844
|
-
this_picture_is_used_on_these_pages: "Esta imagen se utiliza en las siguientes páginas"
|
|
845
861
|
timezone: "Zona horaria"
|
|
846
862
|
title: "Título"
|
|
847
863
|
to_alchemy: "Ir a Alchemy"
|
|
@@ -1138,6 +1154,7 @@ es:
|
|
|
1138
1154
|
name: "Nombre"
|
|
1139
1155
|
nodes: "Entradas de menú"
|
|
1140
1156
|
page_layout: "Tipo de página"
|
|
1157
|
+
page_type: "Tipo de página"
|
|
1141
1158
|
public: "pública"
|
|
1142
1159
|
public_on: "Visible desde"
|
|
1143
1160
|
public_until: "Visible hasta"
|
|
@@ -1145,13 +1162,17 @@ es:
|
|
|
1145
1162
|
robot_follow: "robot puede seguir enlaces"
|
|
1146
1163
|
robot_index: "permitir indexar al robot"
|
|
1147
1164
|
searchable: "indexable"
|
|
1148
|
-
sitemap: "
|
|
1165
|
+
sitemap: "Mostrar página en el sitemap XML"
|
|
1149
1166
|
slug: "Slug"
|
|
1150
1167
|
tag_list: Etiquetas
|
|
1151
1168
|
title: "Título"
|
|
1152
1169
|
updated_at: "Actualizado por"
|
|
1153
1170
|
urlname: "Ruta URL"
|
|
1154
1171
|
visible: "visible en la navegación"
|
|
1172
|
+
alchemy/page_version:
|
|
1173
|
+
meta_description: "Descripción"
|
|
1174
|
+
meta_keywords: "Palabras clave"
|
|
1175
|
+
title: "Título"
|
|
1155
1176
|
alchemy/picture:
|
|
1156
1177
|
image_file_name: "Nombre del archivo"
|
|
1157
1178
|
image_file_height: "Altura"
|
|
@@ -1233,6 +1254,7 @@ es:
|
|
|
1233
1254
|
still_present: "todavía están vinculados a esta página. Por favor, elimínelos primero."
|
|
1234
1255
|
page_layout:
|
|
1235
1256
|
blank: "^Por favor elija un tipo de página."
|
|
1257
|
+
conflicting_wildcard_param_key: 'tiene un parámetro comodín conflictivo "%{param}" que ya está siendo utilizado por el tipo de página "%{conflicting_layout}"'
|
|
1236
1258
|
urlname:
|
|
1237
1259
|
too_short: "^La ruta URL es demasiado corta (3 caracteres mínimo)."
|
|
1238
1260
|
taken: "^Ruta URL ya en uso."
|
data/locales/alchemy.fr.yml
CHANGED
|
@@ -289,6 +289,12 @@ fr:
|
|
|
289
289
|
label: "Tri"
|
|
290
290
|
by_latest: "Plus récents"
|
|
291
291
|
alphabetical: "A-Z"
|
|
292
|
+
dashboard:
|
|
293
|
+
widgets:
|
|
294
|
+
page_counts:
|
|
295
|
+
published: "Publiées"
|
|
296
|
+
user_counts:
|
|
297
|
+
online: "En ligne"
|
|
292
298
|
elements:
|
|
293
299
|
toolbar:
|
|
294
300
|
hide: masquer
|
|
@@ -577,6 +583,7 @@ fr:
|
|
|
577
583
|
download_csv: "CSV télécharger"
|
|
578
584
|
download_file: "%{filename} télécharger"
|
|
579
585
|
do_you_really_want_to_delete_this_tag?: "Voulez-vous vraiment supprimer ce tag ?"
|
|
586
|
+
draft: "Brouillon"
|
|
580
587
|
drag_to_sort: "Garder le contact avec la souris et déplacer"
|
|
581
588
|
edit: "modifier"
|
|
582
589
|
edit_anchor: "Modifier l'ancre"
|
|
@@ -598,6 +605,7 @@ fr:
|
|
|
598
605
|
element_scheduled:
|
|
599
606
|
public_on: "visible à partir du %{public_on}"
|
|
600
607
|
public_until: "visible jusqu'au %{public_until}"
|
|
608
|
+
element_usage: "Utilisation des éléments"
|
|
601
609
|
enter_external_link: "Entrez l’adresse de la page à laquelle vous souhaitez mettre un lien."
|
|
602
610
|
explain_cropping: "<p>Vous pouvez déplacer le cadre et redimensionner ensemble pour composer l’image.</p><p>Si vous êtes satisfait, veuillez cliquer sur Enregistrer.</p>"
|
|
603
611
|
explain_publishing: "Supprimer la version mise en cache du serveur et de publier les changements actuels"
|
|
@@ -651,6 +659,7 @@ fr:
|
|
|
651
659
|
last_upload_only: "Dernière téléchargées"
|
|
652
660
|
left: "Gauche"
|
|
653
661
|
legacy_url_info_text: "Un renvoi est une redirection une ancienne URL de l’URL actuelle de ce site. Ce transfert s’effectue avec<a href='https://support.google.com/webmasters/answer/93633' target='_blank'> un code de statut 301</a>."
|
|
662
|
+
legal_info: "Mentions légales"
|
|
654
663
|
link_image: "Lien de l’image"
|
|
655
664
|
link_overlay_tab_label:
|
|
656
665
|
anchor: "Ancre"
|
|
@@ -736,6 +745,10 @@ fr:
|
|
|
736
745
|
restricted:
|
|
737
746
|
"true": "La page est protégée."
|
|
738
747
|
"false": "La page n’est pas protégée."
|
|
748
|
+
scheduled:
|
|
749
|
+
public_on: "La page est visible à partir du %{public_on}"
|
|
750
|
+
public_until: "La page est visible jusqu’au %{public_until}"
|
|
751
|
+
"false": ""
|
|
739
752
|
page_status_titles:
|
|
740
753
|
locked:
|
|
741
754
|
"true": "Verrouillé"
|
|
@@ -746,9 +759,13 @@ fr:
|
|
|
746
759
|
restricted:
|
|
747
760
|
"true": "Protégé"
|
|
748
761
|
"false": "Non protégé"
|
|
762
|
+
scheduled:
|
|
763
|
+
"true": "Planifié"
|
|
764
|
+
"false": ""
|
|
749
765
|
page_status: "Statut"
|
|
750
766
|
page_title: "Titre"
|
|
751
767
|
page_type: "Type"
|
|
768
|
+
page_usage: "Utilisation des pages"
|
|
752
769
|
page_visible_in_navigation: "Visible à la navigation"
|
|
753
770
|
page_was_created: "A été créé"
|
|
754
771
|
page_was_updated: "A été traitée"
|
|
@@ -789,6 +806,7 @@ fr:
|
|
|
789
806
|
preview_url: "Aperçu"
|
|
790
807
|
publish_page_language_not_public: "Impossible de publier la page si la langue n'est pas publique"
|
|
791
808
|
publish_page_not_allowed: "Vous n'avez pas la permission de publier cette page"
|
|
809
|
+
published: "publiées"
|
|
792
810
|
recently_uploaded_only: "Récemment transféré"
|
|
793
811
|
"regular method": "procédé conventionnel"
|
|
794
812
|
remove: "supprimer"
|
|
@@ -826,7 +844,6 @@ fr:
|
|
|
826
844
|
show_elements_from_page: "Voir les articles sur cette page"
|
|
827
845
|
show_eq: "afficher EQ"
|
|
828
846
|
show_navigation: "Afficher la navigation"
|
|
829
|
-
show_page_in_sitemap: "Afficher la page dans le sitemap XML"
|
|
830
847
|
signup_mail_delivery_error: "Mise en place e-mail n’a pas pu être envoyé. S’il vous plaît vérifier les paramètres de messagerie."
|
|
831
848
|
small_thumbnails: "Petites images de miniature"
|
|
832
849
|
subject: "Concerne"
|
|
@@ -841,7 +858,6 @@ fr:
|
|
|
841
858
|
tag_list: Tags
|
|
842
859
|
tags_get_created_if_used_the_first_time: "Une étiquette est automatiquement créé lorsque vous l’utilisez pour la première fois."
|
|
843
860
|
this_picture_is_not_used_on_any_page: "Cette image est utilisée sur aucunne page."
|
|
844
|
-
this_picture_is_used_on_these_pages: "Cette image est utilisé sur la page suivente"
|
|
845
861
|
timezone: "Fuseau horaire"
|
|
846
862
|
title: "Titre"
|
|
847
863
|
to_alchemy: "Passez à Alchemy"
|
|
@@ -1140,10 +1156,11 @@ fr:
|
|
|
1140
1156
|
locked: "La page est verrouillée"
|
|
1141
1157
|
locked_by: "Verrouillé par"
|
|
1142
1158
|
meta_description: "description de la page"
|
|
1143
|
-
meta_keywords: "
|
|
1159
|
+
meta_keywords: "Mots-clés"
|
|
1144
1160
|
name: "Nom"
|
|
1145
1161
|
nodes: "Entrées de menu"
|
|
1146
1162
|
page_layout: "type de page"
|
|
1163
|
+
page_type: "type de page"
|
|
1147
1164
|
public: "publié"
|
|
1148
1165
|
public_on: "Visible à partir du"
|
|
1149
1166
|
public_until: "Visible jusqu'au"
|
|
@@ -1151,13 +1168,17 @@ fr:
|
|
|
1151
1168
|
robot_follow: "laissez le robot suivre les liens"
|
|
1152
1169
|
robot_index: "index par Robot"
|
|
1153
1170
|
searchable: "afficher dans la recherche"
|
|
1154
|
-
sitemap: "
|
|
1171
|
+
sitemap: "Afficher la page dans le sitemap XML"
|
|
1155
1172
|
slug: "Slug"
|
|
1156
1173
|
tag_list: Tags
|
|
1157
|
-
title: "
|
|
1174
|
+
title: "Titre de la page"
|
|
1158
1175
|
updated_at: "Mise à jour le"
|
|
1159
1176
|
urlname: "URL-Nom"
|
|
1160
1177
|
visible: "visible dans la navigation"
|
|
1178
|
+
alchemy/page_version:
|
|
1179
|
+
meta_description: "description de la page"
|
|
1180
|
+
meta_keywords: "recherches"
|
|
1181
|
+
title: "page de titre"
|
|
1161
1182
|
alchemy/picture:
|
|
1162
1183
|
image_file_name: "Nom du fichier"
|
|
1163
1184
|
image_file_height: "hauteur"
|
|
@@ -1214,5 +1235,7 @@ fr:
|
|
|
1214
1235
|
base:
|
|
1215
1236
|
restrict_dependent_destroy:
|
|
1216
1237
|
has_many: "Il y a encore des %{record} associé(e)s à cette page. Veuillez d’abord les supprimer."
|
|
1238
|
+
page_layout:
|
|
1239
|
+
conflicting_wildcard_param_key: 'a un paramètre joker conflictuel "%{param}", déjà utilisé par le type de page "%{conflicting_layout}"'
|
|
1217
1240
|
descendants:
|
|
1218
1241
|
still_attached_to_nodes: "Les sous-pages suivantes sont encore associées à des entrées de menu : %{page_names}. Veuillez d’abord les supprimer."
|
data/locales/alchemy.it.yml
CHANGED
|
@@ -259,6 +259,12 @@ it:
|
|
|
259
259
|
label: "Ordinamento"
|
|
260
260
|
by_latest: "Più recenti"
|
|
261
261
|
alphabetical: "A-Z"
|
|
262
|
+
dashboard:
|
|
263
|
+
widgets:
|
|
264
|
+
page_counts:
|
|
265
|
+
published: "Pubblicate"
|
|
266
|
+
user_counts:
|
|
267
|
+
online: "Online"
|
|
262
268
|
elements:
|
|
263
269
|
toolbar:
|
|
264
270
|
hide: nascondi
|
|
@@ -528,6 +534,7 @@ it:
|
|
|
528
534
|
download_csv: "Scarica CSV"
|
|
529
535
|
download_file: "Scarica file '%{filename}'"
|
|
530
536
|
do_you_really_want_to_delete_this_tag?: "Vuole veramente eliminare questo tag?"
|
|
537
|
+
draft: "Bozza"
|
|
531
538
|
drag_to_sort: "Clicca e trascina per riordinare le immagini"
|
|
532
539
|
edit: "modifica"
|
|
533
540
|
edit_anchor: "Modifica ancora"
|
|
@@ -548,6 +555,7 @@ it:
|
|
|
548
555
|
element_scheduled:
|
|
549
556
|
public_on: "visibile dal %{public_on}"
|
|
550
557
|
public_until: "visibile fino al %{public_until}"
|
|
558
|
+
element_usage: "Utilizzo elementi"
|
|
551
559
|
edit_user: "Modifica le proprietà dell'utente."
|
|
552
560
|
enter_external_link: "Inserisca l'URL con il quale vuole creare il link"
|
|
553
561
|
explain_cropping: "<p>Muova la cornice e cambi la sua dimensione per configurare la sezione dell'immagine.</p><p>Clicchi su applica quando è soddisfatto.</p>"
|
|
@@ -602,6 +610,7 @@ it:
|
|
|
602
610
|
last_upload_only: "Solo ultimo upload"
|
|
603
611
|
left: "sinistra"
|
|
604
612
|
legacy_url_info_text: "Un link è un redirect da una vecchia URL alla nuova URL di questa pagina. Questo redirect viene gestito tramite uno <a href='https://support.google.com/webmasters/answer/93633' target='_blank'>status code 301</a>."
|
|
613
|
+
legal_info: "Note legali"
|
|
605
614
|
link_image: "Crea collegamento a questa immagine."
|
|
606
615
|
link_overlay_tab_label:
|
|
607
616
|
anchor: "Ancora"
|
|
@@ -687,6 +696,10 @@ it:
|
|
|
687
696
|
restricted:
|
|
688
697
|
"true": "Pagina riservata."
|
|
689
698
|
"false": "Pagina non riservata."
|
|
699
|
+
scheduled:
|
|
700
|
+
public_on: "La pagina è visibile dal %{public_on}"
|
|
701
|
+
public_until: "La pagina è visibile fino al %{public_until}"
|
|
702
|
+
"false": ""
|
|
690
703
|
page_status_titles:
|
|
691
704
|
locked:
|
|
692
705
|
"true": "bloccata"
|
|
@@ -697,9 +710,13 @@ it:
|
|
|
697
710
|
restricted:
|
|
698
711
|
"true": "riservata"
|
|
699
712
|
"false": "non riservata"
|
|
713
|
+
scheduled:
|
|
714
|
+
"true": "programmata"
|
|
715
|
+
"false": ""
|
|
700
716
|
page_status: "Stato"
|
|
701
717
|
page_title: "Titolo"
|
|
702
718
|
page_type: "Tipologia"
|
|
719
|
+
page_usage: "Utilizzo pagine"
|
|
703
720
|
page_visible_in_navigation: "visibile in navigazione"
|
|
704
721
|
page_was_created: "È stata creata"
|
|
705
722
|
page_was_updated: "È stata aggiornata"
|
|
@@ -741,6 +758,7 @@ it:
|
|
|
741
758
|
preview_url: "Anteprima"
|
|
742
759
|
publish_page_language_not_public: "Impossibile pubblicare la pagina se la lingua non è pubblica"
|
|
743
760
|
publish_page_not_allowed: "Non ha il permesso di pubblicare questa pagina"
|
|
761
|
+
published: "pubblicate"
|
|
744
762
|
recently_uploaded_only: "Solo caricate recentemente"
|
|
745
763
|
"regular method": "Metodo normale"
|
|
746
764
|
remove: "Rimuovi"
|
|
@@ -778,7 +796,6 @@ it:
|
|
|
778
796
|
show_elements_from_page: "Mostra tutti gli elementi di questa pagina"
|
|
779
797
|
show_eq: "Mostra EQ"
|
|
780
798
|
show_navigation: "Mostra in navigazione"
|
|
781
|
-
show_page_in_sitemap: "Mostra la pagina nella sitemap XML."
|
|
782
799
|
signup_mail_delivery_error: "Non è stato possibile consegnare la mail di signup. Ricontrolla le impostazioni dell'email."
|
|
783
800
|
small_thumbnails: "Thumbnail piccoli"
|
|
784
801
|
subject: "Oggetto"
|
|
@@ -793,7 +810,6 @@ it:
|
|
|
793
810
|
tag_list: Tag
|
|
794
811
|
tags: "Tag"
|
|
795
812
|
tags_get_created_if_used_the_first_time: "I tag vengono creati se usati per la prima volta."
|
|
796
|
-
this_picture_is_used_on_these_pages: "L'immagine è usata nelle seguenti pagine"
|
|
797
813
|
timezone: "Fuso orario"
|
|
798
814
|
title: "Titolo"
|
|
799
815
|
to_alchemy: "Torna ad Alchemy"
|
|
@@ -984,6 +1000,8 @@ it:
|
|
|
984
1000
|
base:
|
|
985
1001
|
restrict_dependent_destroy:
|
|
986
1002
|
has_many: "Ci sono ancora %{record} collegati a questa pagina. Li rimuova prima."
|
|
1003
|
+
page_layout:
|
|
1004
|
+
conflicting_wildcard_param_key: 'ha un parametro jolly in conflitto "%{param}", già utilizzato dal tipo di pagina "%{conflicting_layout}"'
|
|
987
1005
|
descendants:
|
|
988
1006
|
still_attached_to_nodes: "Le seguenti pagine discendenti sono ancora collegate a nodi menu: %{page_names}. Li rimuova prima."
|
|
989
1007
|
models:
|
|
@@ -1111,6 +1129,7 @@ it:
|
|
|
1111
1129
|
meta_keywords: "Parole chiave"
|
|
1112
1130
|
name: "Nome"
|
|
1113
1131
|
page_layout: "Tipo pagina"
|
|
1132
|
+
page_type: "Tipo pagina"
|
|
1114
1133
|
public: "pubblica"
|
|
1115
1134
|
restricted: "riservata"
|
|
1116
1135
|
robot_follow: "i robot possono seguire i link"
|
|
@@ -1119,13 +1138,17 @@ it:
|
|
|
1119
1138
|
public_on: "Visibile dal"
|
|
1120
1139
|
public_until: "Visibile fino al"
|
|
1121
1140
|
searchable: "mostra nei risultati di ricerca"
|
|
1122
|
-
sitemap: "
|
|
1141
|
+
sitemap: "Mostra la pagina nella sitemap XML"
|
|
1123
1142
|
slug: "Slug"
|
|
1124
1143
|
tag_list: Tag
|
|
1125
1144
|
title: "Titolo"
|
|
1126
1145
|
updated_at: "Aggiornata il"
|
|
1127
1146
|
urlname: "Nome url"
|
|
1128
1147
|
visible: "Visibile nella navigazione"
|
|
1148
|
+
alchemy/page_version:
|
|
1149
|
+
meta_description: "Descrizione"
|
|
1150
|
+
meta_keywords: "Parole chiave"
|
|
1151
|
+
title: "Titolo"
|
|
1129
1152
|
alchemy/picture:
|
|
1130
1153
|
image_file_name: "Nome del file"
|
|
1131
1154
|
image_file_height: "Altezza"
|
data/locales/alchemy.nb-NO.yml
CHANGED
|
@@ -284,7 +284,6 @@ nb-NO:
|
|
|
284
284
|
anchor: "Anker"
|
|
285
285
|
anchor_link_headline: Du kan lenke til et anker på den aktuelle siden.
|
|
286
286
|
automatic_anchor_notice: Ankeret genereres automatisk.
|
|
287
|
-
attached_to: "knyttet til"
|
|
288
287
|
attribute_fixed: Verdi kan ikke endres for denne sidetypen
|
|
289
288
|
back: "tilbake"
|
|
290
289
|
create_tree_as_new_language: "Opprett %{language} som nytt språktre"
|
|
@@ -770,7 +769,6 @@ nb-NO:
|
|
|
770
769
|
show_elements_from_page: "Vis alle elementer fra denne siden"
|
|
771
770
|
show_eq: "Vis EQ"
|
|
772
771
|
show_navigation: "Vis i navigasjon"
|
|
773
|
-
show_page_in_sitemap: "Vis side i XML-sitemap."
|
|
774
772
|
signup_mail_delivery_error: "Registrerings-e-post kunne ikke leveres. Vennligst sjekk e-postinnstillingene dine."
|
|
775
773
|
small_thumbnails: "Små forhåndsvisninger"
|
|
776
774
|
subject: "Emne"
|
|
@@ -784,7 +782,6 @@ nb-NO:
|
|
|
784
782
|
insert_image: "Sett inn bilde"
|
|
785
783
|
tag_list: Tags
|
|
786
784
|
tags_get_created_if_used_the_first_time: "Tags blir opprettet hvis brukt første gang."
|
|
787
|
-
this_picture_is_used_on_these_pages: "Dette bildet er i bruk på følgende sider"
|
|
788
785
|
used_on_these_pages:
|
|
789
786
|
attachment: "Denne filen brukes på følgende måte"
|
|
790
787
|
picture: "Dette bildet brukes på følgende måte"
|
|
@@ -1105,11 +1102,10 @@ nb-NO:
|
|
|
1105
1102
|
language: "Språk"
|
|
1106
1103
|
locked: "Denne siden er låst av en annen bruker."
|
|
1107
1104
|
locked_by: "låst av"
|
|
1108
|
-
meta_description: "Beskrivelse"
|
|
1109
|
-
meta_keywords: "Nøkkelord"
|
|
1110
1105
|
name: "Navn"
|
|
1111
1106
|
nodes: "Menyelementer"
|
|
1112
1107
|
page_layout: "Sidetype"
|
|
1108
|
+
page_type: "Sidetype"
|
|
1113
1109
|
public: "offentlig"
|
|
1114
1110
|
public_on: "Synlig fra"
|
|
1115
1111
|
public_until: "Synlig til"
|
|
@@ -1117,13 +1113,16 @@ nb-NO:
|
|
|
1117
1113
|
searchable: "vis i søk"
|
|
1118
1114
|
robot_follow: "robot kan følge koblinger"
|
|
1119
1115
|
robot_index: "tillat robot å indeksere"
|
|
1120
|
-
sitemap: "
|
|
1116
|
+
sitemap: "Vis side i XML-sitemap"
|
|
1121
1117
|
slug: "Slug"
|
|
1122
1118
|
tag_list: Tags
|
|
1123
|
-
title: "Tittel"
|
|
1124
1119
|
updated_at: "Oppdatert"
|
|
1125
1120
|
urlname: "URL-navn"
|
|
1126
1121
|
visible: "synlig i navigasjon"
|
|
1122
|
+
alchemy/page_version:
|
|
1123
|
+
meta_description: "Beskrivelse"
|
|
1124
|
+
meta_keywords: "Nøkkelord"
|
|
1125
|
+
title: "Tittel"
|
|
1127
1126
|
alchemy/picture:
|
|
1128
1127
|
image_file_name: "Filnavn"
|
|
1129
1128
|
image_file_height: "Høyde"
|
data/locales/alchemy.nl.yml
CHANGED
|
@@ -285,7 +285,6 @@ nl:
|
|
|
285
285
|
anchor_link_headline: U kunt naar een anchor op de huidige pagina linken.
|
|
286
286
|
automatic_anchor_notice: De anchor wordt automatisch gegenereerd.
|
|
287
287
|
attribute_fixed: Waarde kan niet worden gewijzigd
|
|
288
|
-
attached_to: "gekoppeld aan"
|
|
289
288
|
back: "terug"
|
|
290
289
|
create_tree_as_new_language: "%{language} aanmaken als nieuwe boomstructuur"
|
|
291
290
|
locked_pages: "Actieve pagina's"
|
|
@@ -770,7 +769,6 @@ nl:
|
|
|
770
769
|
show_elements_from_page: "Alle elementen van deze pagina weergeven"
|
|
771
770
|
show_eq: "EQ weergeven"
|
|
772
771
|
show_navigation: "In navigatie weergeven"
|
|
773
|
-
show_page_in_sitemap: "Pagina in XML-sitemap weergeven."
|
|
774
772
|
signup_mail_delivery_error: "Registratiemail kan niet worden bezorgd. Controleer de e-mailinstellingen."
|
|
775
773
|
small_thumbnails: "Kleine thumbnails"
|
|
776
774
|
subject: "Onderwerp"
|
|
@@ -784,7 +782,6 @@ nl:
|
|
|
784
782
|
insert_image: "Afbeelding toevoegen"
|
|
785
783
|
tag_list: Tags
|
|
786
784
|
tags_get_created_if_used_the_first_time: "Tags worden aangemaakt als ze de eerste keer worden gebruikt"
|
|
787
|
-
this_picture_is_used_on_these_pages: "Deze afbeelding wordt op de volgende pagina's gebruikt"
|
|
788
785
|
used_on_these_pages:
|
|
789
786
|
attachment: "Dit bestand wordt als volgt gebruikt"
|
|
790
787
|
picture: "Deze afbeelding wordt als volgt gebruikt"
|
|
@@ -1105,11 +1102,10 @@ nl:
|
|
|
1105
1102
|
language: "Taal"
|
|
1106
1103
|
locked: "Deze pagina is vergrendeld door een andere gebruiker."
|
|
1107
1104
|
locked_by: "vergrendeld door"
|
|
1108
|
-
meta_description: "Omschrijving"
|
|
1109
|
-
meta_keywords: "Sleutelwoorden"
|
|
1110
1105
|
name: "Naam"
|
|
1111
1106
|
nodes: "Menu-items"
|
|
1112
1107
|
page_layout: "Paginatype"
|
|
1108
|
+
page_type: "Paginatype"
|
|
1113
1109
|
public: "publiek"
|
|
1114
1110
|
public_on: "Zichtbaar vanaf"
|
|
1115
1111
|
public_until: "Zichtbaar tot"
|
|
@@ -1117,13 +1113,16 @@ nl:
|
|
|
1117
1113
|
searchable: "tonen in zoekresultaten"
|
|
1118
1114
|
robot_follow: "robot mag URL's volgen"
|
|
1119
1115
|
robot_index: "robot mag index volgen"
|
|
1120
|
-
sitemap: "
|
|
1116
|
+
sitemap: "Pagina in XML-sitemap weergeven"
|
|
1121
1117
|
slug: "Slug"
|
|
1122
1118
|
tag_list: Tags
|
|
1123
|
-
title: "Titel"
|
|
1124
1119
|
updated_at: "Bijgewerkt op"
|
|
1125
1120
|
urlname: "URL-naam"
|
|
1126
1121
|
visible: "zichtbaar in navigatie"
|
|
1122
|
+
alchemy/page_version:
|
|
1123
|
+
meta_description: "Omschrijving"
|
|
1124
|
+
meta_keywords: "Sleutelwoorden"
|
|
1125
|
+
title: "Titel"
|
|
1127
1126
|
alchemy/picture:
|
|
1128
1127
|
image_file_name: "Bestandsnaam"
|
|
1129
1128
|
image_file_height: "Hoogte"
|
data/locales/alchemy.pl.yml
CHANGED
|
@@ -284,7 +284,6 @@ pl:
|
|
|
284
284
|
anchor: "Kotwica"
|
|
285
285
|
anchor_link_headline: Możesz utworzyć link do kotwicy na bieżącej stronie.
|
|
286
286
|
automatic_anchor_notice: Kotwica jest generowana automatycznie.
|
|
287
|
-
attached_to: "dołączone do"
|
|
288
287
|
attribute_fixed: Wartość nie może być zmieniona dla tego typu strony
|
|
289
288
|
back: "wstecz"
|
|
290
289
|
create_tree_as_new_language: "Utwórz %{language} jako nowe drzewo języka"
|
|
@@ -770,7 +769,6 @@ pl:
|
|
|
770
769
|
show_elements_from_page: "Pokaż wszystkie elementy tej strony"
|
|
771
770
|
show_eq: "Pokaż EQ"
|
|
772
771
|
show_navigation: "Pokaż w nawigacji"
|
|
773
|
-
show_page_in_sitemap: "Pokaż stronę w XML sitemap."
|
|
774
772
|
signup_mail_delivery_error: "E-mail rejestracyjny nie mógł zostać dostarczony. Proszę sprawdzić ustawienia poczty."
|
|
775
773
|
small_thumbnails: "Małe miniatury"
|
|
776
774
|
subject: "Temat"
|
|
@@ -784,7 +782,6 @@ pl:
|
|
|
784
782
|
insert_image: "Wstaw obraz"
|
|
785
783
|
tag_list: Tagi
|
|
786
784
|
tags_get_created_if_used_the_first_time: "Tagi są tworzone automatycznie przy pierwszym użyciu."
|
|
787
|
-
this_picture_is_used_on_these_pages: "Ten obraz jest używany na następujących stronach"
|
|
788
785
|
used_on_these_pages:
|
|
789
786
|
attachment: "Ten plik jest używany w następujący sposób"
|
|
790
787
|
picture: "Ten obraz jest używany w następujący sposób"
|
|
@@ -1105,11 +1102,10 @@ pl:
|
|
|
1105
1102
|
language: "Język"
|
|
1106
1103
|
locked: "Ta strona jest zablokowana przez innego użytkownika."
|
|
1107
1104
|
locked_by: "zablokowana przez"
|
|
1108
|
-
meta_description: "Opis"
|
|
1109
|
-
meta_keywords: "Słowa kluczowe"
|
|
1110
1105
|
name: "Nazwa"
|
|
1111
1106
|
nodes: "Elementy menu"
|
|
1112
1107
|
page_layout: "Typ strony"
|
|
1108
|
+
page_type: "Typ strony"
|
|
1113
1109
|
public: "publiczna"
|
|
1114
1110
|
public_on: "Widoczna od"
|
|
1115
1111
|
public_until: "Widoczna do"
|
|
@@ -1117,13 +1113,16 @@ pl:
|
|
|
1117
1113
|
searchable: "pokaż w wynikach wyszukiwania"
|
|
1118
1114
|
robot_follow: "robot może podążać za linkami"
|
|
1119
1115
|
robot_index: "zezwalaj robotowi na indeksowanie"
|
|
1120
|
-
sitemap: "
|
|
1116
|
+
sitemap: "Pokaż stronę w XML sitemap"
|
|
1121
1117
|
slug: "Slug"
|
|
1122
1118
|
tag_list: Tagi
|
|
1123
|
-
title: "Tytuł"
|
|
1124
1119
|
updated_at: "Zaktualizowano"
|
|
1125
1120
|
urlname: "Nazwa URL"
|
|
1126
1121
|
visible: "widoczna w nawigacji"
|
|
1122
|
+
alchemy/page_version:
|
|
1123
|
+
meta_description: "Opis"
|
|
1124
|
+
meta_keywords: "Słowa kluczowe"
|
|
1125
|
+
title: "Tytuł"
|
|
1127
1126
|
alchemy/picture:
|
|
1128
1127
|
image_file_name: "Nazwa pliku"
|
|
1129
1128
|
image_file_height: "Wysokość"
|
data/locales/alchemy.ru.yml
CHANGED
|
@@ -555,7 +555,6 @@ ru:
|
|
|
555
555
|
show_elements_from_page: "Показать эелементы страницы"
|
|
556
556
|
show_eq: "Показать EQ"
|
|
557
557
|
show_navigation: "Отображать в навигации"
|
|
558
|
-
show_page_in_sitemap: "Отображать страницу в XML-карте сайта."
|
|
559
558
|
signup_mail_delivery_error: "Почта не может быть доставлена новому пользователю. Проверьте настройки почты."
|
|
560
559
|
small_thumbnails: "Маленькие миниатюры"
|
|
561
560
|
subject: "Тема"
|
|
@@ -568,7 +567,6 @@ ru:
|
|
|
568
567
|
insert_image: "Вставить изображение"
|
|
569
568
|
tag_list: Метки
|
|
570
569
|
tags_get_created_if_used_the_first_time: "Метки создаются автоматически, если используются в первый раз."
|
|
571
|
-
this_picture_is_used_on_these_pages: "Это изображение используется на следующих страницах"
|
|
572
570
|
title: "Название"
|
|
573
571
|
to_alchemy: "В панель управления"
|
|
574
572
|
"trash element": "Переместить элемент в корзину"
|
|
@@ -826,20 +824,22 @@ ru:
|
|
|
826
824
|
language: "Язык"
|
|
827
825
|
locked: "Эта страница заблокирована другим пользователем."
|
|
828
826
|
locked_by: "заблокирована"
|
|
829
|
-
meta_description: "Description"
|
|
830
|
-
meta_keywords: "Keywords"
|
|
831
827
|
name: "Название"
|
|
832
828
|
page_layout: "Тип страницы"
|
|
829
|
+
page_type: "Тип страницы"
|
|
833
830
|
public: "опубликована"
|
|
834
831
|
restricted: "ограничена"
|
|
835
832
|
robot_follow: "робот может посещать ссылки на странице"
|
|
836
833
|
robot_index: "робот может индексировать стрницу"
|
|
837
|
-
sitemap: "
|
|
834
|
+
sitemap: "Отображать страницу в XML-карте сайта"
|
|
838
835
|
tag_list: "Метки"
|
|
839
|
-
title: "Заголовок"
|
|
840
836
|
updated_at: "Обновлена"
|
|
841
837
|
urlname: "URL-имя"
|
|
842
838
|
visible: "отображается в навигации"
|
|
839
|
+
alchemy/page_version:
|
|
840
|
+
meta_description: "Description"
|
|
841
|
+
meta_keywords: "Keywords"
|
|
842
|
+
title: "Заголовок"
|
|
843
843
|
alchemy/picture:
|
|
844
844
|
image_file_name: "Имя файла"
|
|
845
845
|
image_file_height: "Высота"
|
data/locales/alchemy.zh-CN.yml
CHANGED
|
@@ -572,7 +572,6 @@ zh-CN:
|
|
|
572
572
|
show_elements_from_page: "在这个页面显示所有元素"
|
|
573
573
|
show_eq: "显示EQ"
|
|
574
574
|
show_navigation: "在导航中显示"
|
|
575
|
-
show_page_in_sitemap: "在 XML 站点地图中显示页面。"
|
|
576
575
|
signup_mail_delivery_error: "无法发送注册邮件。请检查你的邮件设置。"
|
|
577
576
|
small_thumbnails: "小缩略图"
|
|
578
577
|
subject: "主题"
|
|
@@ -585,7 +584,6 @@ zh-CN:
|
|
|
585
584
|
insert_image: "插入图片"
|
|
586
585
|
tag_list: 标签
|
|
587
586
|
tags_get_created_if_used_the_first_time: "在第一次使用标签的同时会创建它。"
|
|
588
|
-
this_picture_is_used_on_these_pages: "这个图片用于如下页面"
|
|
589
587
|
title: "标题"
|
|
590
588
|
to_alchemy: "给Alchemy"
|
|
591
589
|
"trash element": "把元素放入垃圾箱"
|
|
@@ -814,20 +812,22 @@ zh-CN:
|
|
|
814
812
|
language: "语言"
|
|
815
813
|
locked: "这个页面由其他用户锁定。"
|
|
816
814
|
locked_by: "锁定人"
|
|
817
|
-
meta_description: "详细信息"
|
|
818
|
-
meta_keywords: "关键字"
|
|
819
815
|
name: "名字"
|
|
820
816
|
page_layout: "页面类型"
|
|
817
|
+
page_type: "页面类型"
|
|
821
818
|
public: "公共"
|
|
822
819
|
restricted: "受限"
|
|
823
820
|
robot_follow: "允许机器人追踪链接"
|
|
824
821
|
robot_index: "允许机器人索引"
|
|
825
|
-
sitemap: "
|
|
822
|
+
sitemap: "在 XML 站点地图中显示页面。"
|
|
826
823
|
tag_list: 标签
|
|
827
|
-
title: "标题"
|
|
828
824
|
updated_at: "更新于"
|
|
829
825
|
urlname: "地址名"
|
|
830
826
|
visible: "在导航栏可见"
|
|
827
|
+
alchemy/page_version:
|
|
828
|
+
meta_description: "详细信息"
|
|
829
|
+
meta_keywords: "关键字"
|
|
830
|
+
title: "标题"
|
|
831
831
|
alchemy/picture:
|
|
832
832
|
image_file_name: "文件名"
|
|
833
833
|
image_file_height: "高"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemy_i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.
|
|
4
|
+
version: 8.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas von Deyen
|
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
119
|
version: '0'
|
|
120
120
|
requirements: []
|
|
121
|
-
rubygems_version: 4.0.
|
|
121
|
+
rubygems_version: 4.0.10
|
|
122
122
|
specification_version: 4
|
|
123
123
|
summary: AlchemyCMS translation files
|
|
124
124
|
test_files: []
|