Added debug page, Improved Splide galleries

Update .gitignore, composer.php, and 12 more files...
This commit is contained in:
2024-01-08 22:43:59 +01:00
parent b0fbd2199f
commit a3f8d51949
14 changed files with 273 additions and 42 deletions

View File

@@ -1,4 +1,10 @@
{
"common.action.copy": "Copy",
"common.action.copied": "Copied"
"common.action.copied": "Copied",
"common.undefined": "Undefined",
"common.na": "N/A",
"common.yes": "Yes",
"common.no": "No"
}

View File

@@ -0,0 +1,25 @@
{
"debug.head.title": "Debugger - NibblePoker",
"debug.head.description": "TODO: description",
"debug.og.title": "NibblePoker - Debugger",
"debug.og.description": "TODO: description",
"debug.header.title": "Debugger",
"debug.tables.field": "Field",
"debug.tables.value": "Value",
"debug.host.title": "Host Configuration",
"debug.host.requested": "Requested",
"debug.host.domain": "Domain",
"debug.host.uri": "URI",
"debug.host.tld": "TLD",
"debug.host.waffle": "Waffle Mode",
"debug.host.bouneschlupp": "Bouneschlupp Mode",
"debug.lang.title": "Localization System (L10N)",
"debug.lang.compile-date": "Compilation date",
"debug.lang.default": "Default language",
"debug.lang.user": "Active language",
"debug.lang.header.raw": "Raw HTTP header",
"debug.lang.header.processed": "Processed HTTP header"
}

View File

@@ -1,4 +1,10 @@
{
"common.action.copy": "Copier",
"common.action.copied": "Copié"
"common.action.copied": "Copié",
"common.undefined": "Indéfini(e)",
"common.na": "Non-applicable",
"common.yes": "Oui",
"common.no": "Non"
}

View File

@@ -0,0 +1,25 @@
{
"debug.head.title": "Débogueur - NibblePoker",
"debug.head.description": "TODO: description",
"debug.og.title": "NibblePoker - Débogueur",
"debug.og.description": "TODO: description",
"debug.header.title": "Débogueur",
"debug.tables.field": "Champ",
"debug.tables.value": "Valeur",
"debug.host.title": "Configuration de l'hôte",
"debug.host.requested": "Demandé",
"debug.host.domain": "Domaine",
"debug.host.uri": "URI",
"debug.host.tld": "TLD",
"debug.host.waffle": "Mode gaufrier",
"debug.host.bouneschlupp": "Mode Bouneschlupp",
"debug.lang.title": "Système de localisation (L10N)",
"debug.lang.compile-date": "Date de compilation",
"debug.lang.default": "Langue par défaut",
"debug.lang.user": "Langue active",
"debug.lang.header.raw": "En-tête HTTP brut",
"debug.lang.header.processed": "En-tête HTTP traité"
}