Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/views/alchemy/admin/translations/_de.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alchemy.translations = {
Add: "Erstelle",
allowed_chars: "von %{count} Zeichen",
cancel: "Abbrechen",
cancelled: "Abgebrochen",
Expand All @@ -23,11 +24,17 @@ Alchemy.translations = {
"Maximum number of files exceeded":
"Maximale Anzahl gleichzeitig erlaubter Datei-Uploads erreicht.",
"No anchors found": "Keine Sprungmarken gefunden.",
"No results found": "Keine Ergebnisse.",
None: "Keine",
"Uploaded bytes exceed file size":
"Maximale Größe der erlaubten Dateigröße erreicht.",
"Select a page first": "Zuerst eine Seite wählen.",
"Successfully moved menu item": "Menü-Eintrag wurde erfolgreich bewegt.",
"Abort upload": "Upload abbrechen",
"Cancel all uploads": "Alle Uploads abbrechen",
"Clear selection": "Auswahl aufheben",
Remove: "Entfernen",
Close: "Schließen",
formats: {
datetime: "d.m.Y H:i",
date: "d.m.Y",
Expand Down
12 changes: 12 additions & 0 deletions app/views/alchemy/admin/translations/_es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alchemy.translations = {
Add: "Crear",
allowed_chars: "de %{count} caracteres",
cancel: "Cancelar",
cancelled: "Cancelado",
Expand All @@ -13,14 +14,25 @@ Alchemy.translations = {
page_found: "Página encontrada",
pages_found: "Páginas encontradas",
"Please confirm": "Por favor confirma",
"Preview failed to load":
"No se pudo cargar la vista previa. Inténtalo de nuevo.",
url_validation_failed: "La url no tiene un formato válido.",
warning: "¡Atención!",
"File is too large": "El archivo es demasiado grande",
"File is too small": "El archivo es demasiado pequeño",
"File type not allowed": "El tipo de archivo no está permitido",
"Maximum number of files exceeded": "Número máximo de archivos excedido.",
"No results found": "No se encontraron resultados.",
"Uploaded bytes exceed file size":
"Los bytes subidos exceden el tamaño del archivo",
"Abort upload": "Interrumpir subida",
"Cancel all uploads": "Cancelar todas las subidas",
"Clear selection": "Borrar selección",
Remove: "Eliminar",
None: "Ninguno",
"No anchors found": "No se encontraron anclas.",
"Select a page first": "Selecciona primero una página.",
Close: "Cerrar",
formats: {
datetime: "d/m/Y H:i",
date: "d/m/Y",
Expand Down
12 changes: 12 additions & 0 deletions app/views/alchemy/admin/translations/_fr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alchemy.translations = {
Add: "Créer",
allowed_chars: "de %{count} caractères",
cancel: "abandonner",
cancelled: "annulé",
Expand All @@ -13,15 +14,26 @@ Alchemy.translations = {
page_found: "page trouvée",
pages_found: "pages trouvées",
"Please confirm": "Veuillez confirmer",
"Preview failed to load":
"Échec du chargement de l’aperçu. Veuillez réessayer.",
url_validation_failed: "L’URL n’est pas correctement formatée.",
warning: "Attention!",
"File is too large": "Le fichier est trop grand.",
"File is too small": "Le fichier est trop petit.",
"File type not allowed": "Type de document non autorisé.",
"Maximum number of files exceeded":
"Le nombre maximum de fichiers est atteint.",
"No results found": "Aucun résultat trouvé.",
"Uploaded bytes exceed file size":
"Taille de fichier maximale autorisée atteint.",
"Abort upload": "Interrompre l’envoi",
"Cancel all uploads": "Annuler tous les envois",
"Clear selection": "Effacer la sélection",
Remove: "Supprimer",
None: "Aucun",
"No anchors found": "Aucune ancre trouvée.",
"Select a page first": "Sélectionnez d’abord une page.",
Close: "Fermer",
formats: {
datetime: "d.m.Y H:i",
date: "d.m.Y",
Expand Down
15 changes: 13 additions & 2 deletions app/views/alchemy/admin/translations/_it.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alchemy.translations = {
Add: "Crea",
allowed_chars: "di %{count} caratteri",
cancel: "Annulla",
cancelled: "Annullato",
Expand All @@ -13,17 +14,27 @@ Alchemy.translations = {
page_found: "Pagina trovata",
pages_found: "Pagine trovate",
"Please confirm": "Per favore conferma",
"Preview failed to load": "Impossibile caricare l'anteprima. Riprova.",
url_validation_failed: "Formato URL non valido.",
warning: "Attenzione!",
"File is too large": "Il file è troppo grande",
"File is too small": "Il file è troppo piccolo",
"File type not allowed": "Tipo di file non consentito",
"Maximum number of files exceeded": "Numero massimo di file raggiunto.",
"No results found": "Nessun risultato trovato.",
"Uploaded bytes exceed file size":
"Il numero di byte caricati eccede la dimensione del file",
"Abort upload": "Interrompi caricamento",
"Cancel all uploads": "Annulla tutti i caricamenti",
"Clear selection": "Cancella selezione",
Remove: "Rimuovi",
None: "Nessuno",
"No anchors found": "Nessuna ancora trovata.",
"Select a page first": "Seleziona prima una pagina.",
Close: "Chiudi",
formats: {
datetime: "Y-m-d H:i",
date: "Y-m-d",
datetime: "d/m/Y H:i",
date: "d/m/Y",
time: "H:i",
time_24hr: true,
},
Expand Down
31 changes: 22 additions & 9 deletions app/views/alchemy/admin/translations/_nl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Alchemy.translations = {
allowed_chars: "of %{count} chars",
Add: "Aanmaken",
allowed_chars: "van %{count} tekens",
cancel: "Annuleren",
cancelled: "Afgebroken",
click_to_edit: "klik om aan te passen",
Expand All @@ -8,21 +9,33 @@ Alchemy.translations = {
"Dit element bevat niet opgeslagen wijzigingen. Wilt u dit echt inklappen?",
help: "Hulp",
ok: "Ok",
page_found: "Page found",
pages_found: "Pages found",
page_found: "Pagina gevonden",
pages_found: "Pagina's gevonden",
page_dirty_notice:
"Er zijn wijzigingen op deze pagina aangebracht. Deze gaan verloren als u doorgaat.",
"Please confirm": "Bevestig alstublieft",
"Preview failed to load":
"Voorbeeld kon niet worden geladen. Probeer het opnieuw.",
url_validation_failed: "De url heeft geen geldig formaat.",
warning: "Waarschuwing!",
"File is too large": "File is too large",
"File is too small": "File is too small",
"File type not allowed": "File type not allowed",
"File is too large": "Bestand is te groot.",
"File is too small": "Bestand is te klein.",
"File type not allowed": "Bestandstype niet toegestaan.",
"Maximum number of files exceeded": "Uploadlimiet bereikt.",
"Uploaded bytes exceed file size": "Uploaded bytes exceed file size",
"No results found": "Geen resultaten gevonden.",
"Uploaded bytes exceed file size":
"Geüploade bytes overschrijden de bestandsgrootte.",
"Abort upload": "Upload afbreken",
"Cancel all uploads": "Alle uploads annuleren",
"Clear selection": "Selectie wissen",
Remove: "Verwijderen",
None: "Geen",
"No anchors found": "Geen ankers gevonden.",
"Select a page first": "Selecteer eerst een pagina.",
Close: "Sluiten",
formats: {
datetime: "Y-m-d H:i",
date: "Y-m-d",
datetime: "d-m-Y H:i",
date: "d-m-Y",
time: "H:i",
time_24hr: true,
},
Expand Down
12 changes: 12 additions & 0 deletions app/views/alchemy/admin/translations/_ru.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alchemy.translations = {
Add: "Создать",
allowed_chars: "%{count} знаков",
cancel: "Отмена",
cancelled: "Отменено",
Expand All @@ -13,14 +14,25 @@ Alchemy.translations = {
page_found: "Страница найдена",
pages_found: "Страницы найдены",
"Please confirm": "Пожалуйста, подтвердите",
"Preview failed to load":
"Не удалось загрузить предпросмотр. Попробуйте ещё раз.",
url_validation_failed: "Адрес (URL) имеет неверный формат.",
warning: "Внимание!",
"File is too large": "Файл слишком большой",
"File is too small": "Файл слишком маленький",
"File type not allowed": "Этот тип файла не разрешен",
"Maximum number of files exceeded":
"Исчерпано максимальное количество файлов.",
"No results found": "Ничего не найдено.",
"Uploaded bytes exceed file size": "Превышен максимальный размер файла",
"Abort upload": "Прервать загрузку",
"Cancel all uploads": "Отменить все загрузки",
"Clear selection": "Очистить выбор",
Remove: "Удалить",
None: "Не выбрано",
"No anchors found": "Якоря не найдены.",
"Select a page first": "Сначала выберите страницу.",
Close: "Закрыть",
formats: {
datetime: "d.m.Y H:i",
date: "d.m.Y",
Expand Down
15 changes: 13 additions & 2 deletions app/views/alchemy/admin/translations/_zh-CN.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Alchemy.translations = {
Add: "新建",
allowed_chars: "%{count} 个字符",
cancel: "取消",
cancelled: "已取消",
Expand All @@ -12,16 +13,26 @@ Alchemy.translations = {
page_found: "找到页面",
pages_found: "找到页面",
"Please confirm": "请确认",
"Preview failed to load": "预览加载失败。请重试。",
url_validation_failed: "页面地址格式错误。",
warning: "警告!",
"File is too large": "文件太大",
"File is too small": "文件太小",
"File type not allowed": "文件类型不支持",
"Maximum number of files exceeded": "超出最大允许的文件数。",
"No results found": "未找到结果。",
"Uploaded bytes exceed file size": "上传得字节数超过文件大小",
"Abort upload": "中止上传",
"Cancel all uploads": "取消所有上传",
"Clear selection": "清除选择",
Remove: "移除",
None: "无",
"No anchors found": "未找到锚点。",
"Select a page first": "请先选择页面。",
Close: "关闭",
formats: {
datetime: "Y-m-d H:i",
date: "Y-m-d",
datetime: "Y年m月d日 H:i",
date: "Y年m月d日",
time: "H:i",
time_24hr: true,
},
Expand Down
10 changes: 6 additions & 4 deletions locales/alchemy.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ de:
create_language_tree_heading: "Einen leeren Sprachbaum erstellen"
create_page: "Eine Unterseite anlegen"
create_menu: "Ein Menü erstellen"
create_node: "Einen Menü-Eintrag hinzufügen"
create_node: "hinzufügen"
custom_color: "Benutzerdefinierte Farbe"
currently_edited_by: "Wird bearbeitet von"
cut_element: "Element ausschneiden"
Expand Down Expand Up @@ -1188,10 +1188,9 @@ de:
language: "Sprache"
locked: "Die Seite ist gesperrt"
locked_by: "Gesperrt durch"
meta_description: "Seitenbeschreibung"
meta_keywords: "Suchbegriffe"
name: "Name"
page_layout: "Seitentyp"
page_type: "Seitentyp"
parent_id: "Übergeordnete Seite"
parent: "Übergeordnete Seite"
public: "veröffentlicht"
Expand All @@ -1205,10 +1204,13 @@ de:
sitemap: "Seite in der XML-Sitemap anzeigen"
slug: "Slug"
tag_list: Tags
title: "Seitentitel"
updated_at: "Aktualisiert am"
urlname: "URL-Name"
visible: "in der Navigation sichtbar"
alchemy/page_version:
meta_description: "Meta-Beschreibung"
meta_keywords: "Meta-Keywords"
title: "Seitentitel"
alchemy/picture:
image_file_name: "Dateiname"
image_file_height: "Höhe"
Expand Down
8 changes: 5 additions & 3 deletions locales/alchemy.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,11 +1132,10 @@ es:
language: "Idioma"
locked: "Esta página está bloqueada por otro usuario."
locked_by: "bloqueada por"
meta_description: "Descripción"
meta_keywords: "Palabras clave"
name: "Nombre"
nodes: "Entradas de menú"
page_layout: "Tipo de página"
page_type: "Tipo de página"
public: "pública"
public_on: "Visible desde"
public_until: "Visible hasta"
Expand All @@ -1147,10 +1146,13 @@ es:
sitemap: "Mostrar página en el sitemap XML"
slug: "Slug"
tag_list: Etiquetas
title: "Título"
updated_at: "Actualizado por"
urlname: "Ruta URL"
visible: "visible en la navegación"
alchemy/page_version:
meta_description: "Descripción"
meta_keywords: "Palabras clave"
title: "Título"
alchemy/picture:
image_file_name: "Nombre del archivo"
image_file_height: "Altura"
Expand Down
8 changes: 5 additions & 3 deletions locales/alchemy.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,11 +1138,10 @@ fr:
language: "Langue"
locked: "La page est verrouillée"
locked_by: "Verrouillé par"
meta_description: "description de la page"
meta_keywords: "recherches"
name: "Nom"
nodes: "Entrées de menu"
page_layout: "type de page"
page_type: "type de page"
public: "publié"
public_on: "Visible à partir du"
public_until: "Visible jusqu'au"
Expand All @@ -1153,10 +1152,13 @@ fr:
sitemap: "Afficher la page dans le sitemap XML"
slug: "Slug"
tag_list: Tags
title: "page de titre"
updated_at: "Mise à jour le"
urlname: "URL-Nom"
visible: "visible dans la navigation"
alchemy/page_version:
meta_description: "description de la page"
meta_keywords: "recherches"
title: "page de titre"
alchemy/picture:
image_file_name: "Nom du fichier"
image_file_height: "hauteur"
Expand Down
8 changes: 5 additions & 3 deletions locales/alchemy.it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,10 +1106,9 @@ it:
language: "Lingua"
locked: "Questa pagina è bloccata da un altro utente."
locked_by: "bloccata da"
meta_description: "Descrizione"
meta_keywords: "Parole chiave"
name: "Nome"
page_layout: "Tipo pagina"
page_type: "Tipo pagina"
public: "pubblica"
restricted: "riservata"
robot_follow: "i robot possono seguire i link"
Expand All @@ -1121,10 +1120,13 @@ it:
sitemap: "Mostra la pagina nella sitemap XML"
slug: "Slug"
tag_list: Tag
title: "Titolo"
updated_at: "Aggiornata il"
urlname: "Nome url"
visible: "Visibile nella navigazione"
alchemy/page_version:
meta_description: "Descrizione"
meta_keywords: "Parole chiave"
title: "Titolo"
alchemy/picture:
image_file_name: "Nome del file"
image_file_height: "Altezza"
Expand Down
8 changes: 5 additions & 3 deletions locales/alchemy.nb-NO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,11 +1104,10 @@ nb-NO:
language: "Språk"
locked: "Denne siden er låst av en annen bruker."
locked_by: "låst av"
meta_description: "Beskrivelse"
meta_keywords: "Nøkkelord"
name: "Navn"
nodes: "Menyelementer"
page_layout: "Sidetype"
page_type: "Sidetype"
public: "offentlig"
public_on: "Synlig fra"
public_until: "Synlig til"
Expand All @@ -1119,10 +1118,13 @@ nb-NO:
sitemap: "Vis side i XML-sitemap"
slug: "Slug"
tag_list: Tags
title: "Tittel"
updated_at: "Oppdatert"
urlname: "URL-navn"
visible: "synlig i navigasjon"
alchemy/page_version:
meta_description: "Beskrivelse"
meta_keywords: "Nøkkelord"
title: "Tittel"
alchemy/picture:
image_file_name: "Filnavn"
image_file_height: "Høyde"
Expand Down
Loading