Skip to content

Commit

Permalink
FIX: Update Translations
Browse files Browse the repository at this point in the history
 - closes #28
  • Loading branch information
aljawaid committed Oct 10, 2023
1 parent fc56281 commit 772bcf3
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 15 deletions.
20 changes: 17 additions & 3 deletions Locale/de_DE/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'Webhooks %s Information' => 'Webhooks %s Informationen',
'Current Raw Configuration File' => 'Aktuelle Raw-Konfigurationsdatei',
'Default Raw Configuration File' => 'Standard-Raw-Konfigurationsdatei',
'Debug Log' => 'Debug-Protokoll',
//
// Helper/SupportHelper.php
//
Expand Down Expand Up @@ -90,9 +91,6 @@
'Version' => 'Version',
'Updates' => 'Aktualisierungen',
'Check for updates' => 'Auf Aktualisierungen prüfen',
'Debug Mode' => 'Debug-Modus',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'Diese Einstellung beeinträchtigt die Leistung und sollte nur zur Fehlersuche aktiviert werden.',
'Not Enabled' => 'Nicht Aktiviert',
'This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.' => 'Diese Seite enthält alle Konfigurationseinstellungen aus der Konfigurationsdatei der Anwendung. Sie können sich auch den Rohinhalt der Konfigurationsdatei ansehen und ihn mit der Standardversion vergleichen.',
'The raw config file will expose sensitive information which should not be shared.' => 'Die rohe Konfigurationsdatei enthält sensible Informationen, die nicht weitergegeben werden sollten.',
'Current Raw Config File' => 'Aktuelle Rohkonfigurationsdatei',
Expand Down Expand Up @@ -141,6 +139,18 @@
'Database' => 'Datenbank',
'Session Duration' => 'Dauer der Sitzung',
'Until browser is closed' => 'Bis der Browser geschlossen wird',
'Debug Mode' => 'Debug-Modus',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'Diese Einstellung wirkt sich auf die Leistung aus und sollte nur zur Fehlersuche aktiviert werden',
'Not Enabled' => 'Nicht aktiviert',
'View the last few entries of the log file' => 'Die letzten Einträge der Protokolldatei anzeigen',
'View Log' => 'Log anzeigen',
'Download Log' => 'Log herunterladen',
'Download Compressed Log File' => 'Komprimierte Logdatei herunterladen',
'Download Log File' => 'Logdatei herunterladen',
'Uncompressed file size' => 'Unkomprimierte Dateigröße',
'Delete the log file' => 'Löschen der Logdatei',
'Delete Log' => 'Logdatei löschen',
'Once deleted, the file will be immediately recreated.' => 'Nach dem Löschen wird die Datei sofort neu erstellt.',
'Login and Security Configuration' => 'Anmeldung und Sicherheitskonfiguration',
'Self-Signed Certificates' => 'Selbstsignierte Zertifikate',
'This is the default setting. Change the value to \'false\' if your server is using self-signed security certificates.' => 'Dies ist die Standardeinstellung. Ändern Sie den Wert auf \'false\', wenn Ihr Server selbstsignierte Sicherheitszertifikate verwendet.',
Expand Down Expand Up @@ -349,4 +359,8 @@
'Current Page' => 'Aktuelle Seite',
'Your Browser Name' => 'Ihr Browsername',
'Your Browser' => 'Ihr Browser',
//
// Template/modals/debug-log.php
//
'Displaying the most recent entries (50 maximum) from the log file.' => 'Anzeige der jüngsten Einträge (maximal 50) aus der Protokolldatei.',
);
20 changes: 17 additions & 3 deletions Locale/en_GB/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'Webhooks %s Information' => 'Webhooks %s Information',
'Current Raw Configuration File' => 'Current Raw Configuration File',
'Default Raw Configuration File' => 'Default Raw Configuration File',
'Debug Log' => 'Debug Log',
//
// Helper/SupportHelper.php
//
Expand Down Expand Up @@ -90,9 +91,6 @@
'Version' => 'Version',
'Updates' => 'Updates',
'Check for updates' => 'Check for updates',
'Debug Mode' => 'Debug Mode',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'This setting will affect performance and should only be enabled for troubleshooting purposes',
'Not Enabled' => 'Not Enabled',
'This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.' => 'This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.',
'The raw config file will expose sensitive information which should not be shared.' => 'The raw config file will expose sensitive information which should not be shared.',
'Current Raw Config File' => 'Current Raw Config File',
Expand Down Expand Up @@ -141,6 +139,18 @@
'Database' => 'Database',
'Session Duration' => 'Session Duration',
'Until browser is closed' => 'Until browser is closed',
'Debug Mode' => 'Debug Mode',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'This setting will affect performance and should only be enabled for troubleshooting purposes',
'Not Enabled' => 'Not Enabled',
'View the last few entries of the log file' => 'View the last few entries of the log file',
'View Log' => 'View Log',
'Download Log' => 'Download Log',
'Download Compressed Log File' => 'Download Compressed Log File',
'Download Log File' => 'Download Log File',
'Uncompressed file size' => 'Uncompressed file size',
'Delete the log file' => 'Delete the log file',
'Delete Log' => 'Delete Log',
'Once deleted, the file will be immediately recreated.' => 'Once deleted, the file will be immediately recreated.',
'Login and Security Configuration' => 'Login and Security Configuration',
'Self-Signed Certificates' => 'Self-Signed Certificates',
'This is the default setting. Change the value to \'false\' if your server is using self-signed security certificates.' => 'This is the default setting. Change the value to \'false\' if your server is using self-signed security certificates.',
Expand Down Expand Up @@ -349,4 +359,8 @@
'Current Page' => 'Current Page',
'Your Browser Name' => 'Your Browser Name',
'Your Browser' => 'Your Browser',
//
// Template/modals/debug-log.php
//
'Displaying the most recent entries (50 maximum) from the log file.' => 'Displaying the most recent entries (50 maximum) from the log file.',
);
20 changes: 17 additions & 3 deletions Locale/es_ES/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'Webhooks %s Information' => 'Webhooks %s Información',
'Current Raw Configuration File' => 'Archivo de configuración actual',
'Default Raw Configuration File' => 'Archivo de configuración por defecto',
'Debug Log' => 'Registro de Depuración',
//
// Helper/SupportHelper.php
//
Expand Down Expand Up @@ -90,9 +91,6 @@
'Version' => 'Versión',
'Updates' => 'Actualizaciones',
'Check for updates' => 'Buscar actualizaciones',
'Debug Mode' => 'Modo depuración',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'Esta configuración afectará al rendimiento y sólo debe activarse para solucionar problemas.',
'Not Enabled' => 'No activado',
'This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.' => 'Esta página contiene todos los ajustes de configuración del archivo de configuración de la aplicación. También puede ver el contenido en bruto del archivo de configuración tal cual y compararlo con la versión por defecto.',
'The raw config file will expose sensitive information which should not be shared.' => 'El archivo de configuración sin procesar expondrá información sensible que no debe ser compartida.',
'Current Raw Config File' => 'Archivo de configuración actual',
Expand Down Expand Up @@ -141,6 +139,18 @@
'Database' => 'Base de datos',
'Session Duration' => 'Duración de la sesión',
'Until browser is closed' => 'Hasta que se cierra el navegador',
'Debug Mode' => 'Modo depuración',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'Este ajuste afectará al rendimiento y sólo debe activarse para solucionar problemas.',
'Not Enabled' => 'No activado',
'View the last few entries of the log file' => 'Ver las últimas entradas del archivo de registro',
'View Log' => 'Ver registro',
'Download Log' => 'Descargar registro',
'Download Compressed Log File' => 'Descargar archivo de registro comprimido',
'Download Log File' => 'Descargar archivo de registro',
'Uncompressed file size' => 'Tamaño del archivo sin comprimir',
'Delete the log file' => 'Eliminar el archivo de registro',
'Delete Log' => 'Borrar registro',
'Once deleted, the file will be immediately recreated.' => 'Una vez borrado, el archivo se volverá a crear inmediatamente.',
'Login and Security Configuration' => 'Inicio de sesión y configuración de seguridad',
'Self-Signed Certificates' => 'Certificados autofirmados',
'This is the default setting. Change the value to \'false\' if your server is using self-signed security certificates.' => 'Esta es la configuración por defecto. Cambie el valor a "false" si su servidor utiliza certificados de seguridad autofirmados.',
Expand Down Expand Up @@ -349,4 +359,8 @@
'Current Page' => 'Página actual',
'Your Browser Name' => 'Nombre de su navegador',
'Your Browser' => 'Tu navegador',
//
// Template/modals/debug-log.php
//
'Displaying the most recent entries (50 maximum) from the log file.' => 'Mostrar las entradas más recientes (50 como máximo) del archivo de registro.',
);
20 changes: 17 additions & 3 deletions Locale/fr_FR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'Webhooks %s Information' => 'Webhooks %s Information',
'Current Raw Configuration File' => 'Fichier de configuration brut actuel',
'Default Raw Configuration File' => 'Fichier de configuration brute par défaut',
'Debug Log' => 'Journal de Débogage',
//
// Helper/SupportHelper.php
//
Expand Down Expand Up @@ -90,9 +91,6 @@
'Version' => 'Version de l\'application',
'Updates' => 'Mises à jour',
'Check for updates' => 'Vérifier les mises à jour',
'Debug Mode' => 'Mode de débogage',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'Ce paramètre affecte les performances et ne doit être activé qu\'à des fins de dépannage.',
'Not Enabled' => 'Non activé',
'This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.' => 'Cette page contient tous les paramètres de configuration du fichier de configuration de l\'application. Vous pouvez également consulter le contenu brut du fichier de configuration tel quel et le comparer à la version par défaut.',
'The raw config file will expose sensitive information which should not be shared.' => 'Le fichier de configuration brut expose des informations sensibles qui ne doivent pas être partagées.',
'Current Raw Config File' => 'Fichier de configuration brut actuel',
Expand Down Expand Up @@ -141,6 +139,18 @@
'Database' => 'Base de données',
'Session Duration' => 'Durée de la session',
'Until browser is closed' => 'Jusqu\'à la fermeture du navigateur',
'Debug Mode' => 'Mode débogage',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => 'Ce paramètre affecte les performances et ne doit être activé qu\'à des fins de dépannage.',
'Not Enabled' => 'Non activé',
'View the last few entries of the log file' => 'Afficher les dernières entrées du fichier journal',
'View Log' => 'Afficher le journal',
'Download Log' => 'Télécharger le journal',
'Download Compressed Log File' => 'Télécharger le fichier journal compressé',
'Download Log File' => 'Télécharger le fichier journal',
'Uncompressed file size' => 'Taille du fichier non compressé',
'Delete the log file' => 'Supprimer le fichier journal',
'Delete Log' => 'Supprimer le journal',
'Once deleted, the file will be immediately recreated.' => 'Une fois supprimé, le fichier sera immédiatement recréé.',
'Login and Security Configuration' => 'Configuration de la connexion et de la sécurité',
'Self-Signed Certificates' => 'Certificats auto-signés',
'This is the default setting. Change the value to \'false\' if your server is using self-signed security certificates.' => 'Il s\'agit du paramètre par défaut. Modifiez la valeur en "faux" si votre serveur utilise des certificats de sécurité auto-signés.',
Expand Down Expand Up @@ -349,4 +359,8 @@
'Current Page' => 'Page actuelle',
'Your Browser Name' => 'Nom de votre navigateur',
'Your Browser' => 'Votre navigateur',
//
// Template/modals/debug-log.php
//
'Displaying the most recent entries (50 maximum) from the log file.' => 'Affichage des entrées les plus récentes (50 au maximum) du fichier journal.',
);
20 changes: 17 additions & 3 deletions Locale/translations-starter-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'Webhooks %s Information' => '',
'Current Raw Configuration File' => '',
'Default Raw Configuration File' => '',
'Debug Log' => '',
//
// Helper/SupportHelper.php
//
Expand Down Expand Up @@ -99,9 +100,6 @@
'Version' => '',
'Updates' => '',
'Check for updates' => '',
'Debug Mode' => '',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => '',
'Not Enabled' => '',
'This page contains all the configuration settings from the application config file. You can also view the raw contents of the config file as-is and also compare it to the default version.' => '',
'The raw config file will expose sensitive information which should not be shared.' => '',
'Current Raw Config File' => '',
Expand Down Expand Up @@ -150,6 +148,18 @@
'Database' => '',
'Session Duration' => '',
'Until browser is closed' => '',
'Debug Mode' => '',
'This setting will affect performance and should only be enabled for troubleshooting purposes' => '',
'Not Enabled' => '',
'View the last few entries of the log file' => '',
'View Log' => '',
'Download Log' => '',
'Download Compressed Log File' => '',
'Download Log File' => '',
'Uncompressed file size' => '',
'Delete the log file' => '',
'Delete Log' => '',
'Once deleted, the file will be immediately recreated.' => '',
'Login and Security Configuration' => '',
'Self-Signed Certificates' => '',
'This is the default setting. Change the value to \'false\' if your server is using self-signed security certificates.' => '',
Expand Down Expand Up @@ -358,4 +368,8 @@
'Current Page' => '',
'Your Browser Name' => '',
'Your Browser' => '',
//
// Template/modals/debug-log.php
//
'Displaying the most recent entries (50 maximum) from the log file.' => '',
);

0 comments on commit 772bcf3

Please sign in to comment.