mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 23:20:26 +09:00
Add "Press Alt+Z to open the GPU Screen Recorder UI" translation and clean up some things
This commit is contained in:
@@ -303,7 +303,7 @@ int main(int argc, char **argv) {
|
|||||||
if(launch_action == LaunchAction::LAUNCH_SHOW)
|
if(launch_action == LaunchAction::LAUNCH_SHOW)
|
||||||
overlay->show();
|
overlay->show();
|
||||||
else if(launch_action == LaunchAction::LAUNCH_HIDE_ANNOUNCE)
|
else if(launch_action == LaunchAction::LAUNCH_HIDE_ANNOUNCE)
|
||||||
overlay->show_notification("Press Alt+Z to open the GPU Screen Recorder UI", 5.0, mgl::Color(255, 255, 255), gsr::get_color_theme().tint_color, gsr::NotificationType::NOTICE, nullptr, gsr::NotificationLevel::ERROR);
|
overlay->show_notification(TR("Press Alt+Z to open the GPU Screen Recorder UI"), 5.0, mgl::Color(255, 255, 255), gsr::get_color_theme().tint_color, gsr::NotificationType::NOTICE, nullptr, gsr::NotificationLevel::ERROR);
|
||||||
|
|
||||||
rpc_add_commands(rpc.get(), overlay.get());
|
rpc_add_commands(rpc.get(), overlay.get());
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# GPU Screen Recorder UI - Spanish translation
|
# GPU Screen Recorder UI - Spanish translation
|
||||||
|
|
||||||
|
Press Alt+Z to open the GPU Screen Recorder UI=Presiona Alt+Z para abrir la interfaz de GPU Screen Recorder
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=Grabar
|
Record=Grabar
|
||||||
Instant Replay=Repetición Instantánea
|
Instant Replay=Repetición Instantánea
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
# GPU Screen Recorder UI - translation template
|
# GPU Screen Recorder UI - French translation
|
||||||
|
|
||||||
# Important warning: we f'ed up a little bit and used %s for both strings and numbers in some places, such as time durations (they're fixed by the moment).
|
Press Alt+Z to open the GPU Screen Recorder UI=Appuyez sur Alt+Z pour ouvrir l’interface GPU Screen Recorder
|
||||||
# When translating, be careful to use the %d format specifier for numbers in those places.
|
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=Enregistrer
|
Record=Enregistrer
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
# GPU Screen Recorder UI - Hungarian translation
|
# GPU Screen Recorder UI - Hungarian translation
|
||||||
|
|
||||||
# Important warning: we f'ed up a little bit and used %s for both strings and numbers in some places, such as time durations (they're fixed by the moment).
|
Press Alt+Z to open the GPU Screen Recorder UI=Nyomd meg az Alt+Z-t a GPU Screen Recorder UI megnyitásához
|
||||||
# When translating, be careful to use the %d format specifier for numbers in those places.
|
|
||||||
# Note that all translation strings should be on one line in these translation files. Some translations need to be on multiple lines and the newline character
|
|
||||||
# should be replaced with \n.
|
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=Felvétel
|
Record=Felvétel
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
# GPU Screen Recorder UI - Japanese translation
|
# GPU Screen Recorder UI - Japanese translation
|
||||||
|
|
||||||
# Important warning: we f'ed up a little bit and used %s for both strings and numbers in some places, such as time durations (they're fixed by the moment).
|
Press Alt+Z to open the GPU Screen Recorder UI=Alt+Z を押して GPU Screen Recorder UI を開いてください
|
||||||
# When translating, be careful to use the %d format specifier for numbers in those places.
|
|
||||||
# Note that all translation strings should be on one line in these translation files. Some translations need to be on multiple lines and the newline character
|
|
||||||
# should be replaced with \n.
|
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=録画
|
Record=録画
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# GPU Screen Recorder UI - Russian Translation
|
# GPU Screen Recorder UI - Russian Translation
|
||||||
|
|
||||||
|
Press Alt+Z to open the GPU Screen Recorder UI=Нажмите Alt+Z, чтобы открыть интерфейс GPU Screen Recorder
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=Запись
|
Record=Запись
|
||||||
Instant Replay=Мгновенный повтор
|
Instant Replay=Мгновенный повтор
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
# Note that all translation strings should be on one line in these translation files. Some translations need to be on multiple lines and the newline character
|
# Note that all translation strings should be on one line in these translation files. Some translations need to be on multiple lines and the newline character
|
||||||
# should be replaced with \n.
|
# should be replaced with \n.
|
||||||
|
|
||||||
|
Press Alt+Z to open the GPU Screen Recorder UI=
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=
|
Record=
|
||||||
Instant Replay=
|
Instant Replay=
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# GPU Screen Recorder UI - Ukrainian Translation
|
# GPU Screen Recorder UI - Ukrainian Translation
|
||||||
|
|
||||||
|
Press Alt+Z to open the GPU Screen Recorder UI=Натисніть Alt+Z, щоб відкрити інтерфейс GPU Screen Recorder
|
||||||
|
|
||||||
# General UI
|
# General UI
|
||||||
Record=Запис
|
Record=Запис
|
||||||
Instant Replay=Миттєвий повтор
|
Instant Replay=Миттєвий повтор
|
||||||
|
|||||||
Reference in New Issue
Block a user