Skip to content

Commit

Permalink
Nightly Export
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 20, 2020
1 parent c65a2a2 commit fb1a4c0
Show file tree
Hide file tree
Showing 28 changed files with 1,522 additions and 183 deletions.
18 changes: 14 additions & 4 deletions ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"admin:contribute.openSource": "Wiki.js عبارة عن برنامج مجاني ومفتوح المصدر تم تقديمه لك مع {{0}} بواسطة {{1}} و {{2}} .",
"admin:contribute.openSourceContributors": "المساهمين",
"editor:page": "صفحة",
"editor:save.processing": "معالجة",
"editor:save.processing": "تقديم",
"editor:save.pleaseWait": "الرجاء الانتظار...",
"editor:save.createSuccess": "تم إنشاء الصفحة بنجاح.",
"editor:save.error": "حدث خطا اثناء إنشاء الصفحة",
Expand Down Expand Up @@ -622,7 +622,7 @@
"admin:users.deleteConfirmForeignNotice": "لاحظ أنه لا يمكنك حذف مستخدم أنشأ محتوى بالفعل. يجب عليك بدلاً من ذلك إلغاء تنشيط المستخدم أو حذف كل المحتوى الذي تم إنشاؤه بواسطة هذا المستخدم.",
"editor:props.scripts": "نصوص",
"editor:props.css": "CSS",
"editor:props.cssHint": "سيتم تصغير CSS تلقائيًا عند الحفظ.",
"editor:props.cssHint": "سيتم تصغير CSS تلقائيًا عند الحفظ. لا تقم بتضمين علامات النمط المحيط ، فقط كود CSS الفعلي.",
"admin:navigation.visibilityMode.all": "مرئية للجميع",
"admin:navigation.visibilityMode.restricted": "مرئي للمجموعات المحددة ...",
"admin:navigation.selectPageButton": "اختر الصفحة ...",
Expand Down Expand Up @@ -728,7 +728,7 @@
"history:restore.confirmText": "هل تريد بالتأكيد استعادة محتوى الصفحة هذا كما كان في {{date}} ؟ سيتم نسخ هذا الإصدار في أعلى السجل الحالي. على هذا النحو ، سيتم الاحتفاظ بالإصدارات الأحدث.",
"history:restore.confirmButton": "استعاده",
"history:restore.success": "استعادة إصدار الصفحة بنجاح!",
"editor:ckeditor.stats": "{{chars}} الأحرف ، {{words}} الكلمات",
"editor:ckeditor.stats": "{{chars}} حرف ، {{words}} كلمة",
"editor:conflict.title": "حل حفظ التعارض",
"editor:conflict.useLocal": "استخدم محلي",
"editor:conflict.useRemote": "استخدام عن بعد",
Expand Down Expand Up @@ -833,6 +833,13 @@
"common:page.unpublishedWarning": "لم يتم نشر هذه الصفحة.",
"common:comments.title": "تعليقات",
"common:comments.newPlaceholder": "اكتب تعليق جديد ...",
"common:comments.fieldName": "اسمك",
"common:comments.fieldEmail": "عنوان بريدك الإلكتروني",
"common:comments.markdownFormat": "تنسيق ماركداون",
"common:comments.postComment": "أضف تعليقا",
"common:comments.loading": "تحميل التعليقات ...",
"common:comments.postingAs": "النشر باسم {{name}}",
"common:comments.beFirst": "كن أول من يعلق.",
"common:comments.none": "لا تعليقات حتى الآن.",
"common:comments.updateComment": "تحديث التعليق",
"common:comments.deleteConfirmTitle": "تأكيد الحذف",
Expand Down Expand Up @@ -862,5 +869,8 @@
"common:comments.sdTitle": "حديث",
"common:page.tags": "العلامات",
"common:page.tagsMatching": "الصفحات المطابقة للعلامات",
"common:actions.returnToTop": "العودة إلى أعلى"
"common:actions.returnToTop": "العودة إلى أعلى",
"auth:fields.username": "اسم المستخدم",
"common:actions.exit": "خروج",
"admin:rendering.subtitle": "تكوين مسار عرض الصفحة"
}
5 changes: 4 additions & 1 deletion cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,5 +869,8 @@
"common:comments.sdTitle": "Diskutovat",
"common:page.tags": "Tagy",
"common:page.tagsMatching": "Stránky odpovídající tagům",
"common:actions.returnToTop": "Vrátit se nahoru"
"common:actions.returnToTop": "Vrátit se nahoru",
"auth:fields.username": "Uživatelské jméno",
"common:actions.exit": "Ukončit",
"admin:rendering.subtitle": "Konfigurace kanálu vykreslování stránek"
}
4 changes: 3 additions & 1 deletion da.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,5 +869,7 @@
"common:comments.sdTitle": "Tal",
"common:page.tags": "Tags",
"common:page.tagsMatching": "Sider, der matcher tags",
"common:actions.returnToTop": "Tilbage til toppen"
"common:actions.returnToTop": "Tilbage til toppen",
"auth:fields.username": "Brugernavn",
"common:actions.exit": "Afslut"
}
5 changes: 4 additions & 1 deletion de.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,5 +869,8 @@
"common:comments.sdTitle": "Kommentieren",
"common:page.tags": "Schlagwörter",
"common:page.tagsMatching": "Seiten mit übereinstimmenden Tags",
"common:actions.returnToTop": "Zurück nach oben"
"common:actions.returnToTop": "Zurück nach oben",
"auth:fields.username": "Benutzername",
"common:actions.exit": "Verlassen",
"admin:rendering.subtitle": "Konfigurieren Sie die Pipeline für die Seitendarstellung"
}
24 changes: 23 additions & 1 deletion el.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,5 +850,27 @@
"common:comments.contentMissingError": "Το σχόλιο είναι κενό ή πολύ σύντομο!",
"common:comments.updateSuccess": "Το σχόλιο ενημερώθηκε με επιτυχία.",
"common:comments.deleteSuccess": "Το σχόλιο διαγράφηκε με επιτυχία.",
"editor:markup.toggleSpellcheck": "Εναλλαγή ορθογραφικού ελέγχου"
"editor:markup.toggleSpellcheck": "Εναλλαγή ορθογραφικού ελέγχου",
"admin:security.login": "Σύνδεση",
"admin:security.loginScreen": "Οθόνη σύνδεσης",
"admin:security.jwt": "Ρύθμιση παραμέτρων JWT",
"admin:security.bypassLogin": "Παράκαμψη οθόνης σύνδεσης",
"admin:security.bypassLoginHint": "Επιλέξτε εάν ο χρήστης θα ανακατευθύνεται αυτόματα στην πρώτη υπηρεσία παροχής ελέγχου ταυτότητας.",
"admin:security.loginBgUrl": "Διεύθυνση URL εικόνας φόντου σύνδεσης",
"admin:security.loginBgUrlHint": "Καθορίστε μια εικόνα που θα χρησιμοποιηθεί ως φόντο σύνδεσης. PNG και JPG υποστηρίζονται, 1920x1080 συνιστάται. Αφήστε το κενό για προεπιλογή. Κάντε κλικ στο κουμπί στα δεξιά για να ανεβάσετε μια νέα εικόνα. Σημειώστε ότι η ομάδα Guests πρέπει να έχει πρόσβαση ανάγνωσης στην επιλεγμένη εικόνα!",
"admin:security.hideLocalLogin": "Απόκρυψη τοπικού παρόχου ελέγχου ταυτότητας (Local Authentication Provider)",
"admin:security.hideLocalLoginHint": "Να μην εμφανίζεται η τοπική υπηρεσία παροχής ελέγχου ταυτότητας στην οθόνη σύνδεσης. Χρησιμοποιήστε το ?all στη διεύθυνση URL για να τη χρησιμοποιήσετε προσωρινά.",
"admin:security.loginSecurity": "Ασφάλεια",
"admin:security.enforce2fa": "Επιβολή 2FA",
"admin:security.enforce2faHint": "Υποχρεώστε όλους τους χρήστες να χρησιμοποιούν έλεγχο ταυτότητας δύο παραγόντων (Two-Factor Authentication) κατά τη χρήση ενός παρόχου ελέγχου ταυτότητας με φόρμα χρήστη \/ κωδικού πρόσβασης.",
"common:comments.viewDiscussion": "Προβολή συζήτησης",
"common:comments.newComment": "Νέο σχόλιο",
"common:comments.fieldContent": "Περιεχόμενο σχολίου",
"common:comments.sdTitle": "Συζήτηση",
"common:page.tags": "Ετικέτες",
"common:page.tagsMatching": "Σελίδες που ταιριάζουν με ετικέτες",
"common:actions.returnToTop": "Επιστροφή στην κορυφή",
"auth:fields.username": "Όνομα χρήστη",
"common:actions.exit": "Έξοδος",
"admin:rendering.subtitle": "Διαμορφώστε την διαδικασία απεικόνισης της σελίδας"
}
6 changes: 4 additions & 2 deletions en.json
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@
"admin:security.loginBgUrl": "Login Background Image URL",
"admin:security.loginBgUrlHint": "Specify an image to use as the login background. PNG and JPG are supported, 1920x1080 recommended. Leave empty for default. Click the button on the right to upload a new image. Note that the Guests group must have read-access to the selected image!",
"admin:security.hideLocalLogin": "Hide Local Authentication Provider",
"admin:security.hideLocalLoginHint": "Don't show the local authentication provider on the login screen. Use ?all to the URL to temporarily use it.",
"admin:security.hideLocalLoginHint": "Don't show the local authentication provider on the login screen. Add ?all to the URL to temporarily use it.",
"admin:security.loginSecurity": "Security",
"admin:security.enforce2fa": "Enforce 2FA",
"admin:security.enforce2faHint": "Force all users to use Two-Factor Authentication when using an authentication provider with a user \/ password form.",
Expand All @@ -870,5 +870,7 @@
"common:page.tags": "Tags",
"common:page.tagsMatching": "Pages matching tags",
"common:actions.returnToTop": "Return to top",
"auth:fields.username": "Username"
"auth:fields.username": "Username",
"common:actions.exit": "Exit",
"admin:rendering.subtitle": "Configure the page rendering pipeline"
}
15 changes: 14 additions & 1 deletion es.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,20 @@
"common:comments.updateSuccess": "El comentario se actualizó correctamente.",
"common:comments.deleteSuccess": "El comentario se eliminó correctamente.",
"editor:markup.toggleSpellcheck": "Alternar corrector ortográfico",
"admin:security.login": "Iniciar Sesión",
"admin:security.loginScreen": "Pantalla de inicio de sesión",
"admin:security.loginBgUrl": "URL para Imagen de fondo de Inicio de Sesión",
"admin:security.loginBgUrlHint": "Especificar una imagen para el fondo de inicio de sesión. Soportados PNG y JPG, recomendado 1920x1080. Dejar vacío para usar imagen por defecto. Hacer clic en el botón de la derecha para subir una nueva imágen. Tener en cuenta que el grupo Invitados debe tener acceso de lectura para la imágen seleccionada.",
"admin:security.hideLocalLogin": "Ocultar el Proveedor de Autenticación Local",
"admin:security.loginSecurity": "Seguridad",
"admin:security.enforce2fa": "Activar 2FA",
"admin:security.enforce2faHint": "Obligue a todos los usuarios a usar la autenticación de dos factores cuando utilice un proveedor de autenticación con un formulario de usuario\/contraseña."
"admin:security.enforce2faHint": "Obligue a todos los usuarios a usar la autenticación de dos factores cuando utilice un proveedor de autenticación con un formulario de usuario\/contraseña.",
"common:comments.viewDiscussion": "Ver Discusión",
"common:comments.newComment": "Nuevo Comentario",
"common:comments.fieldContent": "Comentar Contenido",
"common:comments.sdTitle": "Hablar",
"common:page.tags": "Etiquetas",
"common:actions.returnToTop": "Volver arriba",
"auth:fields.username": "Nombre de usuario",
"common:actions.exit": "Salida"
}
10 changes: 6 additions & 4 deletions fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"admin:locale.namespaces.hint": "Active le versionage multilingue pour la même page.",
"admin:locale.activeNamespaces.label": "Espaces de noms actifs",
"admin:locale.activeNamespaces.hint": "Liste des langues actives pour les espaces de nommage multilingues. La langue principale définie ci-dessus sera toujours incluse sans égard à cette sélection.",
"admin:locale.namespacingPrefixWarning.title": "Le code régional sera préfixé à tous les requêtes. (ex: \/{{langCode}}\/nom-de-page)",
"admin:locale.namespacingPrefixWarning.title": "Le code régional sera préfixé à tous les requêtes (ex: \/{{langCode}}\/nom-de-page).",
"admin:locale.namespacingPrefixWarning.subtitle": "Les requêtes sans code régional seront automatiquement redirigées vers le code régional de base défini ci-dessus.",
"common:actions.save": "Sauvegarder",
"common:actions.cancel": "Annuler",
Expand Down Expand Up @@ -430,7 +430,7 @@
"editor:assets.headerAdded": "Ajouté",
"editor:assets.headerActions": "Actions",
"editor:assets.uploadAssets": "Téléverser les fichiers",
"editor:assets.uploadAssetsDropZone": "Parcourir ou déposer des fichiers ici ...",
"editor:assets.uploadAssetsDropZone": "Parcourir ou déposer des fichiers ici...",
"editor:assets.fetchImage": "Récupérer une image distante",
"editor:assets.imageAlign": "Alignement de l'image",
"editor:assets.renameAsset": "Renommer le fichier",
Expand Down Expand Up @@ -859,7 +859,7 @@
"admin:security.loginBgUrl": "URL de l'image de fond",
"admin:security.loginBgUrlHint": "Spécifiez une image à utiliser comme arrière-plan de l'écran de connexion. Les formats PNG et JPG sont pris en charge, 1920x1080 recommandé. Laissez vide pour l'image par défaut. Cliquez sur le bouton de droite pour téléverser une nouvelle image. Notez que le groupe Guests doit avoir un accès en lecture à l’image sélectionnée!",
"admin:security.hideLocalLogin": "Masquer le fournisseur d'authentification local",
"admin:security.hideLocalLoginHint": "Ne pas afficher pas le fournisseur d'authentification local sur l'écran de connexion. Ajoutez ?all à l'URL pour l'utiliser temporairement.",
"admin:security.hideLocalLoginHint": "Ne pas afficher le fournisseur d'authentification local sur l'écran de connexion. Ajoutez ?all à l'URL pour l'utiliser temporairement.",
"admin:security.loginSecurity": "Sécurité",
"admin:security.enforce2fa": "Imposer 2FA",
"admin:security.enforce2faHint": "Forcer tous les utilisateurs à utiliser l'authentification à deux facteurs (2FA) lorsqu'ils se connectent avec un fournisseur utilisant un formulaire usager \/ mot de passe.",
Expand All @@ -870,5 +870,7 @@
"common:page.tags": "Mots clés",
"common:page.tagsMatching": "Pages correspondant aux mots clés",
"common:actions.returnToTop": "Retour en haut",
"auth:fields.username": "Nom d'utilisateur"
"auth:fields.username": "Nom d'utilisateur",
"common:actions.exit": "Quitter",
"admin:rendering.subtitle": "Configurer le pipeline de rendu des pages"
}
Loading

0 comments on commit fb1a4c0

Please sign in to comment.