Initial Commit
This commit is contained in:
15
lib/borealis/resources/i18n/en-US/brls.json
Normal file
15
lib/borealis/resources/i18n/en-US/brls.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"hints": {
|
||||
"ok": "OK",
|
||||
"back": "Back",
|
||||
"exit": "Exit"
|
||||
},
|
||||
|
||||
"crash_frame": {
|
||||
"button": "OK"
|
||||
},
|
||||
|
||||
"thumbnail_sidebar": {
|
||||
"save": "Save"
|
||||
}
|
||||
}
|
||||
5
lib/borealis/resources/i18n/en-US/custom_layout.json
Normal file
5
lib/borealis/resources/i18n/en-US/custom_layout.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"first_button": "First button",
|
||||
"second_button": "Second button",
|
||||
"third_button": "Third button"
|
||||
}
|
||||
18
lib/borealis/resources/i18n/en-US/installer.json
Normal file
18
lib/borealis/resources/i18n/en-US/installer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"open": "Open example installer",
|
||||
|
||||
"title": "My great installer",
|
||||
|
||||
"stage1": {
|
||||
"text": "Here, you would normally do useful things",
|
||||
"button": "Go to step 2"
|
||||
},
|
||||
|
||||
"stage2": {
|
||||
"text": "Example loading display"
|
||||
},
|
||||
|
||||
"stage3": {
|
||||
"button": "Finish"
|
||||
}
|
||||
}
|
||||
77
lib/borealis/resources/i18n/en-US/main.json
Normal file
77
lib/borealis/resources/i18n/en-US/main.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "Borealis Example App",
|
||||
"tabs": {
|
||||
"first": "First tab",
|
||||
"second": "Second tab",
|
||||
"third": "Third tab",
|
||||
"fourth": "Fourth tab",
|
||||
"custom_navigation_tab": "Custom Layout"
|
||||
},
|
||||
|
||||
"pozznx": {
|
||||
"open": "Open a dialog",
|
||||
"warning": "Warning: PozzNX will wipe all data on your Switch and render it inoperable, do you want to proceed?",
|
||||
"running": "Running PozzNX...",
|
||||
"continue": "Continue"
|
||||
},
|
||||
|
||||
"notify": "Post a random notification",
|
||||
|
||||
"tv": {
|
||||
"resolution": "TV Resolution",
|
||||
"automatic": "Automatic"
|
||||
},
|
||||
|
||||
"i18n": {
|
||||
"title": "Language: {0} ({1})",
|
||||
"lang": "English"
|
||||
},
|
||||
|
||||
"jank": {
|
||||
"jank": "User Interface Jankiness",
|
||||
"native": "Native",
|
||||
"minimal": "Minimal",
|
||||
"regular": "Regular",
|
||||
"maximum": "Maximum",
|
||||
"saxophone": "SX OS",
|
||||
"vista": "Windows Vista",
|
||||
"ios": "iOS 14"
|
||||
},
|
||||
|
||||
"divide": {
|
||||
"title": "Divide by 0",
|
||||
"description": "Can the Switch do it?",
|
||||
"crash": "The software was closed because an error occured:\nSIGABRT (signal 6)"
|
||||
},
|
||||
|
||||
"more": "For more information about how to use Nintendo Switch and its features, please refer to the Nintendo Support Website on your smart device or PC.",
|
||||
|
||||
"actions": {
|
||||
"title": "Custom Actions",
|
||||
"notify": "Show notification",
|
||||
"triggered": "Custom Action triggered"
|
||||
},
|
||||
|
||||
"layers": {
|
||||
"title": "Select Layer",
|
||||
"layer1": "Layer 1",
|
||||
"layer2": "Layer 2",
|
||||
|
||||
"item1": "Item 1",
|
||||
"item2": "Item 2",
|
||||
"item3": "Item 3"
|
||||
},
|
||||
|
||||
"keyboard": {
|
||||
"string": {
|
||||
"title": "Open Keyboard",
|
||||
"default": "Default text",
|
||||
"help": "Help message"
|
||||
},
|
||||
"number": {
|
||||
"title": "Open Num Keyboard",
|
||||
"help": "Help message"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
13
lib/borealis/resources/i18n/en-US/popup.json
Normal file
13
lib/borealis/resources/i18n/en-US/popup.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"open": "Open popup",
|
||||
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"blue": "Blue",
|
||||
|
||||
"title": "Popup title",
|
||||
"subtitle": {
|
||||
"left": "Subtitle left",
|
||||
"right": "Subtitle right"
|
||||
}
|
||||
}
|
||||
15
lib/borealis/resources/i18n/fr/brls.json
Normal file
15
lib/borealis/resources/i18n/fr/brls.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"hints": {
|
||||
"ok": "OK",
|
||||
"back": "Retour",
|
||||
"exit": "Quitter"
|
||||
},
|
||||
|
||||
"crash_frame": {
|
||||
"button": "OK"
|
||||
},
|
||||
|
||||
"thumbnail_sidebar": {
|
||||
"save": "Sauvegarder"
|
||||
}
|
||||
}
|
||||
5
lib/borealis/resources/i18n/fr/custom_layout.json
Normal file
5
lib/borealis/resources/i18n/fr/custom_layout.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"first_button": "Premier bouton",
|
||||
"second_button": "Deuxième bouton",
|
||||
"third_button": "Troisième bouton"
|
||||
}
|
||||
18
lib/borealis/resources/i18n/fr/installer.json
Normal file
18
lib/borealis/resources/i18n/fr/installer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"open": "Ouvrir l'installateur de démo",
|
||||
|
||||
"title": "Mon super installateur",
|
||||
|
||||
"stage1": {
|
||||
"text": "Ici vous devriez normalement faire des choses utiles",
|
||||
"button": "Aller à l'étape 2"
|
||||
},
|
||||
|
||||
"stage2": {
|
||||
"text": "Exemple de chargement"
|
||||
},
|
||||
|
||||
"stage3": {
|
||||
"button": "Terminer"
|
||||
}
|
||||
}
|
||||
77
lib/borealis/resources/i18n/fr/main.json
Normal file
77
lib/borealis/resources/i18n/fr/main.json
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "App de Démo Borealis",
|
||||
"tabs": {
|
||||
"first": "Premier onglet",
|
||||
"second": "Deuxième onglet",
|
||||
"third": "Troisième onglet",
|
||||
"fourth": "Quatrième onglet",
|
||||
"custom_navigation_tab": "Disposition personnalisée"
|
||||
},
|
||||
|
||||
"pozznx": {
|
||||
"open": "Ouvrir une boîte de dialogue",
|
||||
"warning": "Avertissement: PozzNX va effacer toutes les données de votre Switch et la rendre inutilisable, voulez-vous continuer ?",
|
||||
"running": "Exécution de PozzNX...",
|
||||
"continue": "Continuer"
|
||||
},
|
||||
|
||||
"notify": "Afficher une notification aléatoire",
|
||||
|
||||
"tv": {
|
||||
"resolution": "Résolution du téléviseur",
|
||||
"automatic": "Automatique"
|
||||
},
|
||||
|
||||
"i18n": {
|
||||
"title": "Langue : {0} ({1})",
|
||||
"lang": "Français"
|
||||
},
|
||||
|
||||
"jank": {
|
||||
"jank": "Bâclement de l'interface utilisateur",
|
||||
"native": "Natif",
|
||||
"minimal": "Minimal",
|
||||
"regular": "Normal",
|
||||
"maximum": "Maximum",
|
||||
"saxophone": "SX OS",
|
||||
"vista": "Windows Vista",
|
||||
"ios": "iOS 14"
|
||||
},
|
||||
|
||||
"divide": {
|
||||
"title": "Diviser par 0",
|
||||
"description": "Est-ce que la Switch peut le faire ?",
|
||||
"crash": "Le logiciel a été arrêté à cause d'une erreur:\nSIGABRT (signal 6)"
|
||||
},
|
||||
|
||||
"more": "Si vous désirez en savoir plus sur la console Nintendo Switch et ses fonctionnalités, visitez le site d'assistance Nintendo depuis un appareil connecté ou un ordinateur.",
|
||||
|
||||
"actions": {
|
||||
"title": "Actions personnalisées",
|
||||
"notify": "Afficher une notification",
|
||||
"triggered": "Action personnalisée déclenchée"
|
||||
},
|
||||
|
||||
"layers": {
|
||||
"title": "Choisir une couche",
|
||||
"layer1": "Couche 1",
|
||||
"layer2": "Couche 2",
|
||||
|
||||
"item1": "Item 1",
|
||||
"item2": "Item 2",
|
||||
"item3": "Item 3"
|
||||
},
|
||||
|
||||
"keyboard": {
|
||||
"string": {
|
||||
"title": "Ouvrir le clavier",
|
||||
"default": "Texte par défaut",
|
||||
"help": "Message d'aide"
|
||||
},
|
||||
"number": {
|
||||
"title": "Ouvrir le clavier numérique",
|
||||
"help": "Message d'aide"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
13
lib/borealis/resources/i18n/fr/popup.json
Normal file
13
lib/borealis/resources/i18n/fr/popup.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"open": "Ouvrir une popup",
|
||||
|
||||
"red": "Rouge",
|
||||
"green": "Vert",
|
||||
"blue": "Bleu",
|
||||
|
||||
"title": "Titre de la popup",
|
||||
"subtitle": {
|
||||
"left": "Sous-titre gauche",
|
||||
"right": "Sous-titre right"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user