chore(i18n): update

This commit is contained in:
Lemmy
2026-07-31 22:36:53 -04:00
parent 73d6de1c9f
commit 3eacddabd9
11 changed files with 440 additions and 213 deletions
+99 -99
View File
@@ -1,118 +1,118 @@
{
"settings": {
"state_update_interval": {
"label": "State Update Interval",
"description": "Seconds between automatic device state refreshes. 0 disables auto-refresh."
},
"enable_charging_animation": {
"label": "Show Charging Fill",
"description": "Highlight the bar widget when the device is charging."
},
"custom_image": {
"label": "Device Image",
"description": "Set a custom image for the selected device. Leave empty for default icon."
},
"device_alias": {
"label": "Device Alias",
"description": "Custom display name for the selected device."
},
"language": {
"label": "Language",
"description": "Display language",
"en": "English",
"zh_hans": "简体中文"
},
"enable_clipboard_action": {
"label": "Show Clipboard Action",
"description": "Show a quick action to send the clipboard to the device."
},
"show_ongoing_media": {
"label": "Show Ongoing Media",
"description": "Show media currently playing on the phone."
},
"show_device_placeholder": {
"label": "Show Device Placeholder",
"description": "Show the device graphic in the details panel."
},
"scan_subdirectories": {
"label": "Scan Subdirectories",
"description": "Recursively scan subdirectories of the recent images path."
},
"max_recent_images": {
"label": "Max Recent Images",
"description": "Number of recent images to display."
},
"panel_placement": {
"label": "Panel Placement",
"description": "How the details panel opens: attached to the bar, or floating.",
"attached": "Attached to bar",
"floating": "Floating (center)",
"widget": "Below widget (floating)"
}
},
"status": {
"unavailable": "Unavailable",
"no_devices": "No devices",
"offline": "Offline",
"connected": "Connected",
"not_paired": "Not paired",
"no_backend": "KDE Connect not running"
},
"action": {
"ring": "Ring",
"ping": "Ping",
"clipboard": "Clipboard",
"share": "Share",
"browse": "Browse",
"sms": "SMS",
"pair": "Pair",
"accept": "Accept",
"reject": "Reject",
"unpair": "Unpair",
"browse": "Browse",
"clipboard": "Clipboard",
"pair": "Pair",
"ping": "Ping",
"refresh": "Refresh",
"switch": "Switch device"
},
"notify": {
"ringing": "Ringing {name}...",
"ping_sent": "Ping sent to {name}",
"clipboard_sent": "Clipboard sent",
"pairing_sent": "Pairing request sent",
"paired": "Device paired",
"unpaired": "Device unpaired",
"opening_browser": "Opening file browser...",
"sms_sent": "SMS sent"
"reject": "Reject",
"ring": "Ring",
"share": "Share",
"sms": "SMS",
"switch": "Switch device",
"unpair": "Unpair"
},
"error": {
"ring_failed": "Failed to ring device",
"ping_failed": "Failed to send ping",
"clipboard_failed": "Failed to send clipboard",
"share_failed": "Failed to share",
"browse_failed": "Failed to browse device",
"pairing_failed": "Pairing failed",
"accept_failed": "Failed to accept pairing",
"browse_failed": "Failed to browse device",
"clipboard_failed": "Failed to send clipboard",
"no_backend": "No backend",
"pairing_failed": "Pairing failed",
"ping_failed": "Failed to send ping",
"reject_failed": "Failed to reject pairing",
"unpair_failed": "Unpair failed",
"no_backend": "No backend"
"ring_failed": "Failed to ring device",
"share_failed": "Failed to share",
"unpair_failed": "Unpair failed"
},
"notify": {
"clipboard_sent": "Clipboard sent",
"opening_browser": "Opening file browser...",
"paired": "Device paired",
"pairing_sent": "Pairing request sent",
"ping_sent": "Ping sent to {name}",
"ringing": "Ringing {name}...",
"sms_sent": "SMS sent",
"unpaired": "Device unpaired"
},
"panel": {
"title": "Phone Connect",
"empty": "No devices found. Pair a device in KDE Connect.",
"battery": "Battery",
"devices_connected": "{connected} connected • {paired} paired",
"recent_images": "Recent Images",
"empty": "No devices found. Pair a device in KDE Connect.",
"image_path": "Custom Image",
"network": "Network",
"no_media": "No media playing",
"no_recent_images": "No recent images found",
"now_playing": "Now Playing",
"no_media": "No media playing",
"image_path": "Custom Image",
"paired": "Paired",
"pairing": "Pairing",
"recent_images": "Recent Images",
"sms": "Send SMS",
"sms_dest": "Phone number",
"sms_msg": "Message",
"sms_send": "Send",
"battery": "Battery",
"network": "Network",
"pairing": "Pairing",
"title": "Phone Connect",
"type": "Type",
"paired": "Paired",
"unpaired": "Unpaired",
"unknown": "unknown"
"unknown": "unknown",
"unpaired": "Unpaired"
},
"settings": {
"custom_image": {
"description": "Set a custom image for the selected device. Leave empty for default icon.",
"label": "Device Image"
},
"device_alias": {
"description": "Custom display name for the selected device.",
"label": "Device Alias"
},
"enable_charging_animation": {
"description": "Highlight the bar widget when the device is charging.",
"label": "Show Charging Fill"
},
"enable_clipboard_action": {
"description": "Show a quick action to send the clipboard to the device.",
"label": "Show Clipboard Action"
},
"language": {
"description": "Display language",
"en": "English",
"label": "Language",
"zh_hans": "简体中文"
},
"max_recent_images": {
"description": "Number of recent images to display.",
"label": "Max Recent Images"
},
"panel_placement": {
"attached": "Attached to bar",
"description": "How the details panel opens: attached to the bar, or floating.",
"floating": "Floating (center)",
"label": "Panel Placement",
"widget": "Below widget (floating)"
},
"scan_subdirectories": {
"description": "Recursively scan subdirectories of the recent images path.",
"label": "Scan Subdirectories"
},
"show_device_placeholder": {
"description": "Show the device graphic in the details panel.",
"label": "Show Device Placeholder"
},
"show_ongoing_media": {
"description": "Show media currently playing on the phone.",
"label": "Show Ongoing Media"
},
"state_update_interval": {
"description": "Seconds between automatic device state refreshes. 0 disables auto-refresh.",
"label": "State Update Interval"
}
},
"status": {
"connected": "Connected",
"no_backend": "KDE Connect not running",
"no_devices": "No devices",
"not_paired": "Not paired",
"offline": "Offline",
"unavailable": "Unavailable"
}
}
}