diff --git a/anilist/translations/tr.json b/anilist/translations/tr.json new file mode 100644 index 0000000..68197f7 --- /dev/null +++ b/anilist/translations/tr.json @@ -0,0 +1,9 @@ +{ + "panel": { + "close": "Kapat", + "close_preview": "Önizlemeyi kapat", + "connect": "AniList'e Bağlan", + "cover_preview": "Kapak fotoğrafını gör", + "decrement": "Önceki bölüm" + } +} diff --git a/arch-updater/translations/tr.json b/arch-updater/translations/tr.json new file mode 100644 index 0000000..8fdd53b --- /dev/null +++ b/arch-updater/translations/tr.json @@ -0,0 +1,16 @@ +{ + "action_check": "Güncellemeleri kontrol et", + "action_dismiss": "Kapat", + "action_open_news": "Haberleri aç", + "action_update": "Güncelle", + "caption_checked": "kontrol süresi {time}", + "caption_ignored": { + "one": "1 paket yoksayıldı", + "other": "{count} paket yoksayıldı" + }, + "err_aur_failed": "AUR kontrolü başarısız, detaylar için sistem loglarına bak", + "err_check_timeout": "Güncellemeler kontrol edilirken zaman aşımına uğrandı", + "err_no_checkupdates": "checkupdates bulunamadı, pacman-contrib'i yükle ve PATH'i kontrol et", + "err_no_xdg_open": "xdg-open bulunamadı, paket sayfası açılamıyor", + "err_spawn": "checkupdates çalıştırılamadı" +} diff --git a/bookmarks/translations/en.json b/bookmarks/translations/en.json index 87d748a..6246180 100644 --- a/bookmarks/translations/en.json +++ b/bookmarks/translations/en.json @@ -1,66 +1,66 @@ { - "title": "Bookmarks", - "new_bookmark": "New Bookmark", - "edit_bookmark": "Edit Bookmark", - "no_bookmarks": "No bookmarks yet", - "search_placeholder": "Search bookmarks...", - "no_search_results": "No matching bookmarks", - "new_folder": "New Folder", - "delete_folder_button": "Delete folder", - "edit_folder": "Edit Folder", - "folder_name_field": "Folder name", - "open_tooltip": "Open", "back_button": "Back", - "edit_tooltip": "Edit", + "cancel_button": "Cancel", + "cmd_field": "Shell command", + "delete_folder_button": "Delete folder", "delete_tooltip": "Delete", + "description_field": "Description (optional)", "drag_tooltip": "Drag to reorder, or onto a folder to file it inside", "drop_out_of_folder": "Drop here to move back to the main panel", - "show_controls_tooltip": "Show reorder/edit/delete controls", - "hide_controls_tooltip": "Hide reorder/edit/delete controls", - "cancel_button": "Cancel", - "save_button": "Save", + "edit_bookmark": "Edit Bookmark", + "edit_folder": "Edit Folder", + "edit_tooltip": "Edit", + "entry_saved": "Saved \"{label}\"", + "entry_updated": "Updated \"{label}\"", + "err_corrupt": "Bookmarks file is corrupt: {error}", + "err_delete_failed": "Failed to delete: {error}", + "err_exit_code": "\"{label}\" exited with code {code}", + "err_label_cmd_required": "Label and command are required", + "err_label_required": "Label is required", + "err_launch_failed": "Failed to launch \"{label}\"", + "err_no_command": "This bookmark has no command", + "err_no_data_dir": "No data directory available", + "err_read_failed": "Failed to read bookmarks: {error}", + "err_reorder_failed": "Failed to reorder: {error}", + "err_save_failed": "Failed to save: {error}", + "folder_deleted": "Deleted folder \"{label}\" and its contents", + "folder_name_field": "Folder name", "glyph_field": "Glyph name (e.g. bookmark)", - "label_field": "Label", - "cmd_field": "Shell command", - "description_field": "Description (optional)", + "hide_controls_tooltip": "Hide reorder/edit/delete controls", "info_cmd_line": "Command: {cmd}", "info_description_line": "Description: {description}", + "label_field": "Label", + "new_bookmark": "New Bookmark", + "new_folder": "New Folder", + "no_bookmarks": "No bookmarks yet", + "no_search_results": "No matching bookmarks", + "open_tooltip": "Open", "run_in_background_field": "Run in background", "run_in_terminal_field": "Run in terminal", - "err_read_failed": "Failed to read bookmarks: {error}", - "err_corrupt": "Bookmarks file is corrupt: {error}", - "err_no_data_dir": "No data directory available", - "err_reorder_failed": "Failed to reorder: {error}", - "err_no_command": "This bookmark has no command", - "err_exit_code": "\"{label}\" exited with code {code}", - "err_launch_failed": "Failed to launch \"{label}\"", - "err_delete_failed": "Failed to delete: {error}", - "err_save_failed": "Failed to save: {error}", - "err_label_required": "Label is required", - "err_label_cmd_required": "Label and command are required", - "folder_deleted": "Deleted folder \"{label}\" and its contents", - "entry_updated": "Updated \"{label}\"", - "entry_saved": "Saved \"{label}\"", + "save_button": "Save", + "search_placeholder": "Search bookmarks...", "settings": { - "glyph": { - "label": "Glyph", - "description": "Bar widget's glyph" - }, - "tooltip": { - "label": "Tooltip", - "description": "Bar widget's tooltip" - }, - "text": { - "label": "Text", - "description": "Bar widget's label. Leave empty to display only the glyph." - }, "data_path": { - "label": "Data file", - "description": "Where data.json is stored. Leave empty to use the default plugin data directory." + "description": "Where data.json is stored. Leave empty to use the default plugin data directory.", + "label": "Data file" + }, + "glyph": { + "description": "Bar widget's glyph", + "label": "Glyph" }, "show_info_button": { - "label": "Show info button", - "description": "Show a \"?\" button on bookmarks (not folders) to view their description and command on hover." + "description": "Show a \"?\" button on bookmarks (not folders) to view their description and command on hover.", + "label": "Show info button" + }, + "text": { + "description": "Bar widget's label. Leave empty to display only the glyph.", + "label": "Text" + }, + "tooltip": { + "description": "Bar widget's tooltip", + "label": "Tooltip" } - } + }, + "show_controls_tooltip": "Show reorder/edit/delete controls", + "title": "Bookmarks" } diff --git a/bookmarks/translations/tr.json b/bookmarks/translations/tr.json index 91a8546..2029bdf 100644 --- a/bookmarks/translations/tr.json +++ b/bookmarks/translations/tr.json @@ -1,66 +1,66 @@ { - "title": "Yer İmleri", - "new_bookmark": "Yeni Yer İmi", - "edit_bookmark": "Yer İmini Düzenle", - "no_bookmarks": "Henüz bir yer imi yok", - "new_folder": "Yeni Klasör", - "search_placeholder": "Yer imlerinde ara...", - "no_search_results": "Eşleşen yer imi yok", - "delete_folder_button": "Klasörü Sil", - "edit_folder": "Klasörü Düzenle", - "folder_name_field": "Klasör ismi", - "open_tooltip": "Aç", "back_button": "Geri", - "edit_tooltip": "Düzenle", + "cancel_button": "İptal", + "cmd_field": "Shell Komutu", + "delete_folder_button": "Klasörü Sil", "delete_tooltip": "Sil", + "description_field": "Açıklama (İsteğe bağlı)", "drag_tooltip": "Sıralamak için sürükle veya bir klasörün içine bırak", "drop_out_of_folder": "Ana panele göndermek için buraya bırak", - "show_controls_tooltip": "Sıralama/düzenleme/silme kontrollerini göster", - "hide_controls_tooltip": "Sıralama/düzenleme/silme kontrollerini gizle", - "cancel_button": "İptal", - "save_button": "Kaydet", + "edit_bookmark": "Yer İmini Düzenle", + "edit_folder": "Klasörü Düzenle", + "edit_tooltip": "Düzenle", + "entry_saved": "\"{label}\" kaydedildi", + "entry_updated": "\"{label}\" güncellendi", + "err_corrupt": "Bozuk yer imleri dosyası: {error}", + "err_delete_failed": "Silinemedi: {error}", + "err_exit_code": "\"{label}\" {code} ile sonlandı", + "err_label_cmd_required": "Etiket ve komut alanları gerekli", + "err_label_required": "Etiket gerekli", + "err_launch_failed": "\"{label}\" açılamadı", + "err_no_command": "Bu yer iminin bir komutu yok", + "err_no_data_dir": "Eksik veri dizgini", + "err_read_failed": "Yer imleri okunamadı: {error}", + "err_reorder_failed": "Sıralama Yapılamadı: {error}", + "err_save_failed": "Kaydedilemedi: {error}", + "folder_deleted": "\"{label}\" klasörü ve içeriği silindi", + "folder_name_field": "Klasör ismi", "glyph_field": "Sembol (ör. bookmark)", - "label_field": "İsim etiketi", - "cmd_field": "Shell Komutu", - "description_field": "Açıklama (İsteğe bağlı)", + "hide_controls_tooltip": "Sıralama/düzenleme/silme kontrollerini gizle", "info_cmd_line": "Komut: {cmd}", "info_description_line": "Açıklama: {description}", + "label_field": "İsim etiketi", + "new_bookmark": "Yeni Yer İmi", + "new_folder": "Yeni Klasör", + "no_bookmarks": "Henüz bir yer imi yok", + "no_search_results": "Eşleşen yer imi yok", + "open_tooltip": "Aç", "run_in_background_field": "Arka planda çalıştır", "run_in_terminal_field": "Konsolda çalıştır", - "err_read_failed": "Yer imleri okunamadı: {error}", - "err_corrupt": "Bozuk yer imleri dosyası: {error}", - "err_no_data_dir": "Eksik veri dizgini", - "err_reorder_failed": "Sıralama Yapılamadı: {error}", - "err_no_command": "Bu yer iminin bir komutu yok", - "err_exit_code": "\"{label}\" {code} ile sonlandı", - "err_launch_failed": "\"{label}\" açılamadı", - "err_delete_failed": "Silinemedi: {error}", - "err_save_failed": "Kaydedilemedi: {error}", - "err_label_required": "Etiket gerekli", - "err_label_cmd_required": "Etiket ve komut alanları gerekli", - "folder_deleted": "\"{label}\" klasörü ve içeriği silindi", - "entry_updated": "\"{label}\" güncellendi", - "entry_saved": "\"{label}\" kaydedildi", + "save_button": "Kaydet", + "search_placeholder": "Yer imlerinde ara...", "settings": { - "glyph": { - "label": "Sembol", - "description": "Bar aracının sembolü (ör. bookmark)" - }, - "tooltip": { - "label": "İsim etiketi", - "description": "Bar aracının isim etiketi" - }, - "text": { - "label": "Yazı", - "description": "Bar aracının etiketi. Barda sadece sembolün görünmesi için boş bırakın." - }, "data_path": { - "label": "Veri dosyası", - "description": "data.json dosyasının saklandığı konum. Varsayılan eklenti veri konumunu kullanmak için boş bırakın." + "description": "data.json dosyasının saklandığı konum. Varsayılan eklenti veri konumunu kullanmak için boş bırakın.", + "label": "Veri dosyası" + }, + "glyph": { + "description": "Bar aracının sembolü (ör. bookmark)", + "label": "Sembol" }, "show_info_button": { - "label": "Bilgi butonunu göster", - "description": "Yer imlerinde (klasörlerde değil) üzerine gelindiğinde açıklamalarını ve komutlarını görüntülemek için bir \"?\" düğmesi göster." + "description": "Yer imlerinde (klasörlerde değil) üzerine gelindiğinde açıklamalarını ve komutlarını görüntülemek için bir \"?\" düğmesi göster.", + "label": "Bilgi butonunu göster" + }, + "text": { + "description": "Bar aracının etiketi. Barda sadece sembolün görünmesi için boş bırakın.", + "label": "Yazı" + }, + "tooltip": { + "description": "Bar aracının isim etiketi", + "label": "İsim etiketi" } - } + }, + "show_controls_tooltip": "Sıralama/düzenleme/silme kontrollerini göster", + "title": "Yer İmleri" } diff --git a/calculator/translations/tr.json b/calculator/translations/tr.json new file mode 100644 index 0000000..af95894 --- /dev/null +++ b/calculator/translations/tr.json @@ -0,0 +1,38 @@ +{ + "bar": { + "tooltip": "Hesap Makinesi" + }, + "panel": { + "copied": "{value} kopyalandı", + "copy": "Sonucu kopyala", + "deg": "DEG", + "placeholder": "Bir ifade yazıp Enter'a bas", + "rad": "RAD", + "title": "Hesap Makinesi" + }, + "settings": { + "angle_unit": { + "description": "Trigonometrik fonksiyoların kullandığı birim.", + "label": "Açı birimi", + "options": { + "deg": "Derece", + "rad": "Radyan" + } + }, + "max_bar_length": { + "description": "Uzun sonuçlar çubukta üç nokta ile kısaltılır.", + "label": "Maksimum çubuk genişliği" + }, + "precision": { + "description": "Sonuçlar biçimlendirildiğinde kullanılacak maksimum basamak sayısı.", + "label": "Ondalık hassasiyet" + }, + "show_bar_value": { + "description": "Son sonucu hesap makinesi ikonunun yanında göster.", + "label": "Sonucu çubukta göster" + } + }, + "state": { + "error": "Hata" + } +} diff --git a/gslapper/translations/en.json b/gslapper/translations/en.json index b8434a0..c75d32f 100644 --- a/gslapper/translations/en.json +++ b/gslapper/translations/en.json @@ -1,102 +1,102 @@ { "panel": { - "title": "Wallpaper", - "media_count": "{count} items", - "thumbnail_unavailable": "Video preview unavailable", - "settings": "Settings", - "close": "Close", - "search": "Search wallpapers", "all_outputs": "All outputs", + "applying": "Applying wallpaper…", + "checking_dependencies": "Checking video support…", + "close": "Close", + "directory_empty": "No supported wallpapers in this directory", + "directory_unreadable": "Directory unavailable", "filter_all": "All", "filter_images": "Images", "filter_videos": "Videos", "folders": "Folders", - "up": "Up", - "checking_dependencies": "Checking video support…", - "scanning": "Indexing wallpaper library…", - "preparing_library": "Preparing wallpaper library…", "generating_previews": "Generating previews · {count} / {total}", - "video_unavailable": "Video wallpapers are unavailable", - "video_badge": "VIDEO", - "partial_badge": "{count} / {total}", + "media_count": "{count} items", "mixed_summary": "{outputs} outputs · {videos} video · {images} image", - "pause_videos": "Pause videos", - "resume_videos": "Resume videos", - "restore_all": "Restore all", - "pause": "Pause", - "resume": "Resume", - "restore": "Restore", - "status_static": "Static", - "status_starting": "Starting", - "status_playing": "Playing", - "status_paused": "Paused", - "status_error": "Error", - "applying": "Applying wallpaper…", "navigation_blocked": "The selected directory is outside its wallpaper root.", - "directory_unreadable": "Directory unavailable", - "directory_empty": "No supported wallpapers in this directory", "no_search_results": "No wallpapers match your search", - "page": "{page} / {pages}" - }, - "widget": { - "tooltip": "Choose wallpaper" + "page": "{page} / {pages}", + "partial_badge": "{count} / {total}", + "pause": "Pause", + "pause_videos": "Pause videos", + "preparing_library": "Preparing wallpaper library…", + "restore": "Restore", + "restore_all": "Restore all", + "resume": "Resume", + "resume_videos": "Resume videos", + "scanning": "Indexing wallpaper library…", + "search": "Search wallpapers", + "settings": "Settings", + "status_error": "Error", + "status_paused": "Paused", + "status_playing": "Playing", + "status_starting": "Starting", + "status_static": "Static", + "thumbnail_unavailable": "Video preview unavailable", + "title": "Wallpaper", + "up": "Up", + "video_badge": "VIDEO", + "video_unavailable": "Video wallpapers are unavailable" }, "service": { - "self_test_passed": "Self-test passed.", - "self_test_failed": "Self-test failed." + "self_test_failed": "Self-test failed.", + "self_test_passed": "Self-test passed." }, "settings": { - "video_directory": { - "label": "Video directory", - "description": "Directory containing video wallpapers." + "fade": { + "description": "Use a fade when changing media.", + "label": "Fade between videos" }, - "scale": { - "label": "Video scale", - "description": "How videos fit the output.", + "fade_duration": { + "description": "Fade duration in seconds.", + "label": "Fade duration" + }, + "fps_cap": { + "description": "Maximum video wallpaper frame rate.", + "label": "FPS cap", "options": { - "fill": "Fill", - "stretch": "Stretch", - "original": "Original", - "panscan": "Panscan" + "fps_100": "100", + "fps_30": "30", + "fps_60": "60" } }, + "glyph": { + "description": "Glyph shown in the bar.", + "label": "Widget glyph" + }, + "gst_options": { + "description": "Extra options passed to gSlapper's GStreamer pipeline.", + "label": "Additional GStreamer options" + }, "hidden_behavior": { - "label": "When hidden", "description": "Playback control when the wallpaper is hidden.", + "label": "When hidden", "options": { - "none": "None", "auto_pause": "Auto Pause", - "auto_stop": "Auto Stop" + "auto_stop": "Auto Stop", + "none": "None" } }, "loop": { - "label": "Loop videos", - "description": "Restart a video when it reaches the end." + "description": "Restart a video when it reaches the end.", + "label": "Loop videos" }, - "fps_cap": { - "label": "FPS cap", - "description": "Maximum video wallpaper frame rate.", + "scale": { + "description": "How videos fit the output.", + "label": "Video scale", "options": { - "fps_30": "30", - "fps_60": "60", - "fps_100": "100" + "fill": "Fill", + "original": "Original", + "panscan": "Panscan", + "stretch": "Stretch" } }, - "fade": { - "label": "Fade between videos", - "description": "Use a fade when changing media." - }, - "fade_duration": { - "label": "Fade duration", - "description": "Fade duration in seconds." - }, - "gst_options": { - "label": "Additional GStreamer options", - "description": "Extra options passed to gSlapper's GStreamer pipeline." - }, - "glyph": { - "label": "Widget glyph", - "description": "Glyph shown in the bar." + "video_directory": { + "description": "Directory containing video wallpapers.", + "label": "Video directory" } + }, + "widget": { + "tooltip": "Choose wallpaper" } } diff --git a/nix-monitor/translations/en.json b/nix-monitor/translations/en.json index 48820fd..419749d 100644 --- a/nix-monitor/translations/en.json +++ b/nix-monitor/translations/en.json @@ -94,14 +94,14 @@ "description": "Cancel system stats check if it took too long (in minutes)", "label": "System stats check duration threshold" }, - "system_stats_check_mode": { - "description": "Select how system stats checking is performed (off, on interval, on start)", - "label": "System stats check mode" - }, "system_stats_check_interval": { "description": "How often to check for system stats (in minutes)", "label": "System stats check interval" }, + "system_stats_check_mode": { + "description": "Select how system stats checking is performed (off, on interval, on start)", + "label": "System stats check mode" + }, "update_check_duration_threshold": { "description": "Cancel update check if it took too long (in minutes)", "label": "Update check duration threshold" @@ -160,7 +160,7 @@ } }, "terminal": { - "press_enter_to_exit": "Press enter to exit...", - "command_exits_non_zero": "WARNING: Command exits in a non-zero status!\nPress enter to exit..." + "command_exits_non_zero": "WARNING: Command exits in a non-zero status!\nPress enter to exit...", + "press_enter_to_exit": "Press enter to exit..." } } diff --git a/tmux-provider/translations/en.json b/tmux-provider/translations/en.json index cb1eb7e..8f51a0b 100644 --- a/tmux-provider/translations/en.json +++ b/tmux-provider/translations/en.json @@ -1,15 +1,15 @@ { - "session_attached": "Attached", - "session_detached": "Detached", - "tmuxp_config": "tmuxp config", - "tmux_not_found": "tmux not found", - "tmux_not_found_subtitle": "Install tmux to use this provider", "no_sessions_found": "No sessions found", "no_sessions_subtitle": "Start a tmux session to see it here", + "session_attached": "Attached", + "session_detached": "Detached", "settings": { "use_tmuxp": { - "label": "Enable tmuxp", - "description": "Also list tmuxp session configurations (via `tmuxp ls`)." + "description": "Also list tmuxp session configurations (via `tmuxp ls`).", + "label": "Enable tmuxp" } - } + }, + "tmux_not_found": "tmux not found", + "tmux_not_found_subtitle": "Install tmux to use this provider", + "tmuxp_config": "tmuxp config" } diff --git a/topgrade-wrapper/translations/en.json b/topgrade-wrapper/translations/en.json index 7e0c50f..c485152 100644 --- a/topgrade-wrapper/translations/en.json +++ b/topgrade-wrapper/translations/en.json @@ -103,8 +103,8 @@ "step_planning": "topgrade steps", "step_unnamed": "topgrade", "tip_check": "Check for updates now", - "tip_settings": "Plugin settings", "tip_close": "Close", + "tip_settings": "Plugin settings", "tip_update": "Run topgrade in a terminal window", "title": "Topgrade Wrapper", "tooltip_checked": "Checked",