mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Rephrase text
This commit is contained in:
@@ -211,7 +211,7 @@ namespace gsr {
|
|||||||
|
|
||||||
std::unique_ptr<CheckBox> ScreenshotSettingsPage::create_save_screenshot_in_game_folder() {
|
std::unique_ptr<CheckBox> ScreenshotSettingsPage::create_save_screenshot_in_game_folder() {
|
||||||
char text[256];
|
char text[256];
|
||||||
snprintf(text, sizeof(text), "%s%s", TR("Save screenshot in a folder based on the focused applications name"), supports_window_title ? "" : " (X11 applications only)");
|
snprintf(text, sizeof(text), "%s%s", TR("Save screenshot in a folder based on the games name"), supports_window_title ? "" : " (X11 applications only)");
|
||||||
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, text);
|
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, text);
|
||||||
save_screenshot_in_game_folder_checkbox_ptr = checkbox.get();
|
save_screenshot_in_game_folder_checkbox_ptr = checkbox.get();
|
||||||
return checkbox;
|
return checkbox;
|
||||||
|
|||||||
@@ -1141,7 +1141,7 @@ namespace gsr {
|
|||||||
|
|
||||||
std::unique_ptr<CheckBox> SettingsPage::create_save_replay_in_game_folder() {
|
std::unique_ptr<CheckBox> SettingsPage::create_save_replay_in_game_folder() {
|
||||||
char text[256];
|
char text[256];
|
||||||
snprintf(text, sizeof(text), TR("Save video in a folder based on the focused applications name%s"), supports_window_title ? "" : TR(" (X11 applications only)"));
|
snprintf(text, sizeof(text), TR("Save video in a folder based on the games name%s"), supports_window_title ? "" : TR(" (X11 applications only)"));
|
||||||
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, text);
|
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, text);
|
||||||
save_replay_in_game_folder_ptr = checkbox.get();
|
save_replay_in_game_folder_ptr = checkbox.get();
|
||||||
return checkbox;
|
return checkbox;
|
||||||
@@ -1294,7 +1294,7 @@ namespace gsr {
|
|||||||
|
|
||||||
std::unique_ptr<CheckBox> SettingsPage::create_save_recording_in_game_folder() {
|
std::unique_ptr<CheckBox> SettingsPage::create_save_recording_in_game_folder() {
|
||||||
char text[256];
|
char text[256];
|
||||||
snprintf(text, sizeof(text), TR("Save video in a folder based on the focused applications name%s"), supports_window_title ? "" : TR(" (X11 applications only)"));
|
snprintf(text, sizeof(text), TR("Save video in a folder based on the games name%s"), supports_window_title ? "" : TR(" (X11 applications only)"));
|
||||||
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, text);
|
auto checkbox = std::make_unique<CheckBox>(&get_theme().body_font, text);
|
||||||
save_recording_in_game_folder_ptr = checkbox.get();
|
save_recording_in_game_folder_ptr = checkbox.get();
|
||||||
return checkbox;
|
return checkbox;
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ Record cursor=Grabar cursor
|
|||||||
Directory to save screenshots:=Directorio para guardar capturas de pantalla:
|
Directory to save screenshots:=Directorio para guardar capturas de pantalla:
|
||||||
Image format:=Formato de imagen:
|
Image format:=Formato de imagen:
|
||||||
|
|
||||||
Save screenshot in a folder based on the focused applications name=Guardar captura de pantalla en un directorio basado en el nombre de la aplicación activa
|
Save screenshot in a folder based on the games name=Guardar captura de pantalla en una carpeta con el mismo nombre que el juego
|
||||||
|
|
||||||
Save screenshot to clipboard=Guardar captura de pantalla en el portapapeles
|
Save screenshot to clipboard=Guardar captura de pantalla en el portapapeles
|
||||||
Save screenshot to clipboard (Not supported properly by Wayland)=Guardar captura de pantalla en el portapapeles (no admitido por Wayland)
|
Save screenshot to clipboard (Not supported properly by Wayland)=Guardar captura de pantalla en el portapapeles (no admitido por Wayland)
|
||||||
@@ -315,7 +315,7 @@ Input device: =Dispositivo de entrada:
|
|||||||
Application: =Aplicación:
|
Application: =Aplicación:
|
||||||
Custom...=Personalizado...
|
Custom...=Personalizado...
|
||||||
|
|
||||||
Save video in a folder based on the focused applications name%s=Guardar el vídeo en un directorio basado en el nombre de la aplicación activa
|
Save video in a folder based on the games name%s=Guardar el vídeo en una carpeta con el mismo nombre que el juego%s
|
||||||
(X11 applications only)= (solo para aplicaciones X11)
|
(X11 applications only)= (solo para aplicaciones X11)
|
||||||
|
|
||||||
Add audio track=Añadir pista de sonido
|
Add audio track=Añadir pista de sonido
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ Record cursor=Записывать курсор
|
|||||||
Directory to save screenshots:=Каталог для сохранения снимков:
|
Directory to save screenshots:=Каталог для сохранения снимков:
|
||||||
Image format:=Формат изображения:
|
Image format:=Формат изображения:
|
||||||
|
|
||||||
Save screenshot in a folder based on the focused applications name=Сохранять снимок в папку по имени активного приложения
|
Save screenshot in a folder based on the games name=Сохраните скриншот в папку, названную в честь игры
|
||||||
|
|
||||||
Save screenshot to clipboard=Сохранять снимок в буфер обмена
|
Save screenshot to clipboard=Сохранять снимок в буфер обмена
|
||||||
Save screenshot to clipboard (Not supported properly by Wayland)=Сохранять снимок в буфер обмена (в Wayland поддерживается некорректно)
|
Save screenshot to clipboard (Not supported properly by Wayland)=Сохранять снимок в буфер обмена (в Wayland поддерживается некорректно)
|
||||||
@@ -317,7 +317,7 @@ Input device: =Входное устройство:
|
|||||||
Application: =Приложение:
|
Application: =Приложение:
|
||||||
Custom...=Другое...
|
Custom...=Другое...
|
||||||
|
|
||||||
Save video in a folder based on the focused applications name%s=Сохранять видео в папку по имени активного приложения%s
|
Save video in a folder based on the games name%s=Сохраните видео в папку, названную в честь игры%s
|
||||||
(X11 applications only)= (только X11-приложения)
|
(X11 applications only)= (только X11-приложения)
|
||||||
|
|
||||||
Add audio track=Добавить аудиодорожку
|
Add audio track=Добавить аудиодорожку
|
||||||
|
|||||||
@@ -277,7 +277,7 @@ Record cursor=
|
|||||||
Directory to save screenshots:=
|
Directory to save screenshots:=
|
||||||
Image format:=
|
Image format:=
|
||||||
|
|
||||||
Save screenshot in a folder based on the focused applications name=
|
Save screenshot in a folder based on the games name=
|
||||||
|
|
||||||
Save screenshot to clipboard=
|
Save screenshot to clipboard=
|
||||||
Save screenshot to clipboard (Not supported properly by Wayland)=
|
Save screenshot to clipboard (Not supported properly by Wayland)=
|
||||||
@@ -329,7 +329,7 @@ Input device: =
|
|||||||
Application: =
|
Application: =
|
||||||
Custom...=
|
Custom...=
|
||||||
|
|
||||||
Save video in a folder based on the focused applications name%s=
|
Save video in a folder based on the games name%s=
|
||||||
(X11 applications only)=
|
(X11 applications only)=
|
||||||
|
|
||||||
Add audio track=
|
Add audio track=
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ Record cursor=Записувати курсор
|
|||||||
Directory to save screenshots:=Каталог для збереження знімків:
|
Directory to save screenshots:=Каталог для збереження знімків:
|
||||||
Image format:=Формат зображення:
|
Image format:=Формат зображення:
|
||||||
|
|
||||||
Save screenshot in a folder based on the focused applications name=Зберігати знімок у папку за ім'ям активної програми
|
Save screenshot in a folder based on the games name=Зберегти скріншот у папці на основі назви гри
|
||||||
|
|
||||||
Save screenshot to clipboard=Зберігати знімок до буфера обміну
|
Save screenshot to clipboard=Зберігати знімок до буфера обміну
|
||||||
Save screenshot to clipboard (Not supported properly by Wayland)=Зберігати знімок до буфера обміну (в Wayland підтримується некоректно)
|
Save screenshot to clipboard (Not supported properly by Wayland)=Зберігати знімок до буфера обміну (в Wayland підтримується некоректно)
|
||||||
@@ -315,7 +315,7 @@ Input device: =Вхідний пристрій:
|
|||||||
Application: =Програма:
|
Application: =Програма:
|
||||||
Custom...=Інше...
|
Custom...=Інше...
|
||||||
|
|
||||||
Save video in a folder based on the focused applications name%s=Зберігати відео у папку за ім'ям активної програми%s
|
Save video in a folder based on the games name%s=Збереження відео в папці на основі назви гри%s
|
||||||
(X11 applications only)= (лише X11-програми)
|
(X11 applications only)= (лише X11-програми)
|
||||||
|
|
||||||
Add audio track=Додати аудіодоріжку
|
Add audio track=Додати аудіодоріжку
|
||||||
|
|||||||
Reference in New Issue
Block a user