From 9c2c4842c874b0fd0d25f441f85087c9ad64e0a5 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 30 May 2024 17:06:55 +0200 Subject: [PATCH] WIP Esperanto translations --- data/translations/eo.ts | 483 ++++++++++++++++++++++++++++++++++ data/translations/meson.build | 1 + 2 files changed, 484 insertions(+) create mode 100644 data/translations/eo.ts diff --git a/data/translations/eo.ts b/data/translations/eo.ts new file mode 100644 index 0000000..052ac48 --- /dev/null +++ b/data/translations/eo.ts @@ -0,0 +1,483 @@ + + + + + CustomEditor + + + RazerGenie - Custom Editor + + + + + Set + + + + + Clear + Forviŝu + + + + Clear All + Forviŝu ĉiuj + + + + You are using a keyboard with a layout which is not known to the daemon. Please help us by visiting <a href='https://github.com/openrazer/openrazer/wiki/Keyboard-layouts'>https://github.com/openrazer/openrazer/wiki/Keyboard-layouts</a>. Using a fallback layout for now. + + + + + The file %1.json, used for the custom editor failed to load: %2 + + + + + Error updating the lighting data. + + + + + DeviceInfoDialog + + + RazerGenie - Device info + + + + + About + Pri + + + + Serial number: + Seria numero: + + + + Firmware version: + Firmvaro versio: + + + + DeviceListWidget + + + Downloading image... + Elŝutas bildon... + + + + No image + Neniu bildo + + + + DeviceWidget + + + Device Info + Aparata informo + + + + Lighting + + + + + Performance + + + + + Power + + + + + DpiComboBoxWidget + + + DPI + + + + + Failed to set DPI + + + + + DpiSliderWidget + + + DPI + + + + + Enable stages + + + + + Lock X/Y + + + + + DpiStageWidget + + + Enable + + + + + LedWidget + + + Effect %1 + + + + + Left + + + + + Right + + + + + Brightness + + + + + Failed to change brightness + + + + + Failed to change effect + + + + + LightingWidget + + + Lighting + + + + + Open custom editor + + + + + PerformanceWidget + + + Polling rate + + + + + Failed to set polling rate + + + + + PowerWidget + + + Battery + + + + + Charging + + + + + Not Charging + + + + + Sleep mode after + + + + + + %1 minutes + + + + + Failed to set idle time + + + + + Enter lower power at + + + + + Failed to set low battery threshold + + + + + Preferences + + + RazerGenie - Preferences + + + + + About + + + + + RazerGenie Version: + + + + + OpenRazer Daemon Version: + + + + + General + + + + + Download device images + + + + + Device images: + + + + + For displaying device images, RazerGenie downloads the image behind the URL specified for a device in the OpenRazer daemon source code. This will only be done for devices that are connected to the PC and only once, as the images are cached locally. For reviewing, what information Razer might collect with these connections, please consult the <a href="https://www.razer.com/legal/privacy-policy">Razer Privacy Policy</a>. + + + + + Ask to auto-start daemon on startup + + + + + Daemon auto-start: + + + + + Please restart the application for the switch to take effect. + + + + + Daemon backend: + + + + + QMessageBox + + + Error! + + + + + Information! + + + + + RazerGenie + + + The OpenRazer daemon is not installed + + + + + The daemon is not installed or the version installed is too old. Please follow the installation instructions on the website! + +If you are running RazerGenie as a flatpak, you will still have to install OpenRazer outside of flatpak from a distribution package. + + + + + Open OpenRazer website + + + + + + + Open settings + + + + + The OpenRazer daemon is not available. + + + + + The OpenRazer daemon is not started and you are not using systemd as your init system. +You have to either start the daemon manually every time you log in or set up another method of autostarting the daemon. + +Please consult the documentation for details. + + + + + The OpenRazer daemon is currently not available. The status output is below. + + + + + If you think, there's a bug, you can report an issue on GitHub: + + + + + + + Report issue + + + + + The OpenRazer daemon is not set to auto-start. Click "Enable" to use the full potential of the daemon right after login. + + + + + Enable + + + + + Daemon version: %1 + + + + + The D-Bus connection was re-established. + + + + + The D-Bus connection was lost, which probably means that the daemon has crashed. + + + + + No device was detected + + + + + The OpenRazer daemon didn't detect a device that is supported. +This could also be caused due to a misconfiguration of this PC. + + + + + Open supported devices + + + + + The daemon didn't detect a device that is connected + + + + + Linux detected connected devices but the daemon didn't. This could be either due to a permission problem or a kernel module problem. + + + + + Open troubleshooting page + + + + + Error while syncing devices. + + + + + Error while toggling 'turn off on screensaver' + + + + + RazerGenieUi + + + RazerGenie + + + + + Preferences + + + + + Sync devices + + + + + Turn off on screensaver + + + + + RazerImageDownloader + + + Image download disabled + + + + + Image downloading is disabled. Visit the preferences to enable it. + + + + + Network Error + + + + diff --git a/data/translations/meson.build b/data/translations/meson.build index 751ca2b..648717c 100644 --- a/data/translations/meson.build +++ b/data/translations/meson.build @@ -1,6 +1,7 @@ # Translations ts_files = [ 'de.ts', + 'eo.ts', 'fr.ts', 'ka.ts', 'nl.ts',