Skip to content

Commit

Permalink
GH-84: move translations to own file
Browse files Browse the repository at this point in the history
  • Loading branch information
SetZero committed Feb 4, 2024
1 parent 9623fdc commit bf91d0c
Show file tree
Hide file tree
Showing 67 changed files with 956 additions and 641 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"highlight.js": "^11.8.0",
"html-react-parser": "^4.0.0",
"i18next": "^23.7.16",
"i18next-http-backend": "^2.4.2",
"lru-cache": "^10.0.0",
"marked": "^5.0.2",
"marked-highlight": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions public/locales/de/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Appearance": "Erscheinungsbild",
"Colors": "Farben",
"Background Image": "Hintergrundbild",
"Profile Image": "Profilbild",
"Primary": "Primär",
"Accent": "Akzent",
"Disable Auto-Scroll": "Automatisches Scrollen deaktivieren",
"Always auto-scroll, even if scrolled up": "Immer automatisch scrollen, auch wenn nach oben gescrollt wurde"
}
15 changes: 15 additions & 0 deletions public/locales/de/audio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Audio": "Audio",
"Input Device": "Eingabegerät",
"Microphone": "Mikrofon",
"Voice Activation": "Sprachaktivierung",
"Push To Talk": "Push-To-Talk",
"Automatically detect Microphone sensitivity": "Mikrofonsensitivität automatisch erkennen",
"Hold Activation for": "Aktivierung halten für {{duration}}",
"Fade-out Audio after activation for": "Audio nach Aktivierung für {{duration}} ausblenden",
"Audio activation at": "Audioaktivierung bei {{threshold}}",
"Audio deactivation at": "Audio deaktivierung bei {{threshold}}",
"Amplification dB": "Verstärkung +{{amplification}}dB",
"Echo Cancelation": "Echounterdrückung",
"Noise Suppression": "Geräuschunterdrückung"
}
31 changes: 31 additions & 0 deletions public/locales/de/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"User Profiles": "Profile",
"Profile": "Profil",
"Add New Server": "Neuen Server hinzufügen",
"Fancy Mumble Title": "Fancy Mumble",
"Unknown User": "Unbekannter Benutzer",
"Search": "Suche",
"Search Channel": "Kanal durchsuchen",
"Search Tenor": "Tenor durchsuchen nach GIFs",
"Open In Browser": "Im Browser öffnen",
"Muted": "Stummgeschaltet",
"Deafened": "Taubgeschaltet",
"Joined": "Beigetreten",
"User ID": "Benutzer-ID",
"Settings": "Einstellungen",
"None": "Keine",
"Image too large": "[[ Bild zu groß ( {{size}} von {{maximum}}) ]]",
"write something": "Schreibe etwas :)",
"Feature Not Implemented": "{{feature}} (Nicht implementiert)",
"About Me": "Über mich",
"Tell us about yourself": "Erzähle uns etwas über dich",
"Edit Image": "Bild bearbeiten",
"Link Preview": "Link-Vorschau",
"Additional Features": "Zusätzliche Funktionen",
"Advanced": "Erweitert",
"Images": "Bilder",
"Description": "Beschreibung",
"Server": "Server",
"Port": "Port",
"Username": "Benutzername"
}
13 changes: 13 additions & 0 deletions public/locales/de/language.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Language": "Sprache",
"en": "Englisch",
"en native": "Englisch",
"de": "Deutsch",
"de native": "Deutsch",
"fr": "Français",
"fr native": "Französisch",
"es": "Español",
"es native": "Spanisch",
"dev": "Entwicklung",
"dev native": "Entwicklung"
}
4 changes: 4 additions & 0 deletions public/locales/de/notifications.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"Notifications": "Notifications",
"Hotkeys": "Hotkeys"
}
7 changes: 7 additions & 0 deletions public/locales/de/privacy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Privacy": "Datenschutz",
"Allow URLs from all sources": "URLs von allen Quellen erlauben",
"Allowed Link Preview Urls": "Erlaubte Vorschau-URLs",
"Enable Link Preview": "Vorschau von Links aktivieren",
"Tenor API Key": "Tenor API-Schlüssel"
}
8 changes: 8 additions & 0 deletions public/locales/de/time.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Timestamp": "Zeitstempel",
"day short": "T",
"hour short": "Std",
"minute short": "Min",
"second short": "Sek",
"millisecond short": "ms"
}
18 changes: 18 additions & 0 deletions public/locales/de/user_interaction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Are you sure you want to delete all messages?": "Möchten Sie wirklich alle Nachrichten löschen?",
"Yes": "Ja",
"No": "Nein",
"Skip": "Überspringen",
"Cancel": "Abbrechen",
"Like": "Gefällt mir",
"Message": "Nachricht",
"Go Back": "Zurück",
"Save": "Speichern",
"Connect": "Verbinden",
"Apply": "Anwenden",
"Discard": "Verwerfen",
"write user a message": "Schreibe {{user}}...",
"Delete all messages": "Alle Nachrichten löschen",
"Send Message to Channel": "Nachricht an {{channel}} senden",
"User Joined the Server": "{{user}} ist dem Server beigetreten"
}
10 changes: 10 additions & 0 deletions public/locales/dev/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Appearance": "---",
"Colors": "---",
"Background Image": "---",
"Profile Image": "---",
"Primary": "---",
"Accent": "---",
"Disable Auto-Scroll": "---",
"Always auto-scroll, even if scrolled up": "---"
}
15 changes: 15 additions & 0 deletions public/locales/dev/audio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Audio": "---",
"Input Device": "---",
"Microphone": "---",
"Voice Activation": "---",
"Push To Talk": "---",
"Automatically detect Microphone sensitivity": "---",
"Hold Activation for": "---",
"Fade-out Audio after activation for": "---",
"Audio activation at": "---",
"Audio deactivation at": "---",
"Amplification dB": "---",
"Echo Cancelation": "---",
"Noise Suppression": "---"
}
31 changes: 31 additions & 0 deletions public/locales/dev/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"User Profiles": "---",
"Profile": "---",
"Add New Server": "---",
"Fancy Mumble Title": "---",
"Unknown User": "---",
"Search": "---",
"Search Channel": "---",
"Search Tenor": "---",
"Open In Browser": "---",
"Muted": "---",
"Deafened": "---",
"Joined": "---",
"User ID": "---",
"Settings": "---",
"None": "---",
"Image too large": "---",
"write something": "---",
"Feature Not Implemented": "---",
"About Me": "---",
"Tell us about yourself": "---",
"Edit Image": "---",
"Link Preview": "---",
"Additional Features": "---",
"Advanced": "---",
"Images": "---",
"Description": "---",
"Server": "---",
"Port": "---",
"Username": "---"
}
13 changes: 13 additions & 0 deletions public/locales/dev/language.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Language": "---",
"en": "English (---)",
"en native": "---",
"de": "German (---)",
"de native": "---",
"fr": "French (---)",
"fr native": "---",
"es": "Spanish (---)",
"es native": "---",
"dev": "Dev (---)",
"dev native": "---"
}
4 changes: 4 additions & 0 deletions public/locales/dev/notifications.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"Notifications": "---",
"Hotkeys": "---"
}
7 changes: 7 additions & 0 deletions public/locales/dev/privacy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Privacy": "---",
"Allow URLs from all sources": "---",
"Allowed Link Preview Urls": "---",
"Enable Link Preview": "---",
"Tenor API Key": "---"
}
8 changes: 8 additions & 0 deletions public/locales/dev/time.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Timestamp": "---",
"day short": "---",
"hour short": "---",
"minute short": "---",
"second short": "---",
"millisecond short": "---"
}
18 changes: 18 additions & 0 deletions public/locales/dev/user_interaction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Are you sure you want to delete all messages?": "---",
"Yes": "---",
"No": "---",
"Skip": "---",
"Cancel": "---",
"Like": "---",
"Message": "---",
"Go Back": "---",
"Save": "---",
"Connect": "---",
"Apply": "---",
"Discard": "---",
"write user a message": "---",
"Delete all messages": "---",
"Send Message to Channel": "---",
"User Joined the Server": "---"
}
10 changes: 10 additions & 0 deletions public/locales/en/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Appearance": "Appearance",
"Colors": "Colors",
"Background Image": "Background Image",
"Profile Image": "Profile Image",
"Primary": "Primary",
"Accent": "Accent",
"Disable Auto-Scroll": "Disable Auto-Scroll",
"Always auto-scroll, even if scrolled up": "Always auto-scroll, even if scrolled up"
}
15 changes: 15 additions & 0 deletions public/locales/en/audio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"Audio": "Audio",
"Input Device": "Input Device",
"Microphone": "Microphone",
"Voice Activation": "Voice Activation",
"Push To Talk": "Push To Talk",
"Automatically detect Microphone sensitivity": "Automatically detect Microphone sensitivity",
"Hold Activation for": "Hold activation for {{duration}}",
"Fade-out Audio after activation for": "Fade-out audio after activation for {{duration}}",
"Audio activation at": "Audio activation at {{threshold}}",
"Audio deactivation at": "Audio deactivation at {{threshold}}",
"Amplification dB": "Amplification +{{amplification}}dB",
"Echo Cancelation": "Echo Cancelation",
"Noise Suppression": "Noise Suppression"
}
32 changes: 32 additions & 0 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"User Profiles": "Profiles",
"Profile": "Profile",
"Add New Server": "Add New Server",
"Fancy Mumble Title": "Fancy Mumble",
"Unknown User": "Unknown User",
"Search": "Search",
"Search Channel": "Search Channel",
"Search Tenor": "Search Tenor for GIFs",
"Open In Browser": "Open In Browser",
"Muted": "Muted",
"Deafened": "Deafened",
"Joined": "Joined",
"User ID": "User ID",
"Settings": "Settings",
"None": "None",
"Image too large": "[[ Image too large ( {{size}} out of {{maximum}}) ]]",
"write something": "Write something :)",
"Feature Not Implemented": "{{feature}} (Not Implemented)",
"About Me": "About Me",
"Tell us about yourself": "Tell us about yourself",
"Edit Image": "Edit Image",
"Link Preview": "Link Preview",
"Additional Features": "Additional Features",
"Advanced": "Advanced",
"Images": "Images",
"Description": "Description",
"Server": "Server",
"Port": "Port",
"Username": "Username",
"Client Certitcate": "Client Certitcate"
}
13 changes: 13 additions & 0 deletions public/locales/en/language.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"Language": "Language",
"en": "English",
"en native": "English",
"de": "Deutsch",
"de native": "German",
"fr": "Français",
"fr native": "French",
"es": "Español",
"es native": "Spanish",
"dev": "Development",
"dev native": "Development"
}
4 changes: 4 additions & 0 deletions public/locales/en/notifications.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"Notifications": "Notifications",
"Hotkeys": "Hotkeys"
}
7 changes: 7 additions & 0 deletions public/locales/en/privacy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Privacy": "Privacy",
"Allow URLs from all sources": "Allow URLs from all sources",
"Allowed Link Preview Urls": "Allowed Link Preview Urls",
"Enable Link Preview": "Enable Link Preview",
"Tenor API Key": "Tenor API Key"
}
8 changes: 8 additions & 0 deletions public/locales/en/time.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Timestamp": "Timestamp",
"day short": "d",
"hour short": "h",
"minute short": "m",
"second short": "s",
"millisecond short": "ms"
}
18 changes: 18 additions & 0 deletions public/locales/en/user_interaction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Are you sure you want to delete all messages?": "Are you sure you want to delete all messages?",
"Yes": "Yes",
"No": "No",
"Skip": "Skip",
"Cancel": "Cancel",
"Like": "Like",
"Message": "Message",
"Go Back": "Go Back",
"Save": "Save",
"Connect": "Connect",
"Apply": "Apply",
"Discard": "Discard",
"write user a message": "write {{user}}...",
"Delete all messages": "Delete all messages",
"Send Message to Channel": "Send Message to {{channel}}",
"User Joined the Server": "{{user}} joined the server"
}
10 changes: 10 additions & 0 deletions public/locales/fr/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Appearance": "Apparence",
"Colors": "Couleurs",
"Background Image": "Image de fond",
"Profile Image": "Image de profil",
"Primary": "Primaire",
"Accent": "Accent",
"Disable Auto-Scroll": "Désactiver le défilement automatique",
"Always auto-scroll, even if scrolled up": "Toujours défilement automatique, même si défilé vers le haut"
}
Loading

0 comments on commit bf91d0c

Please sign in to comment.