feat: add i18n to history import and export

This commit is contained in:
Bnyro
2025-01-09 14:22:27 +01:00
parent 9dbe6c557b
commit 9352e96d9c
4 changed files with 26 additions and 12 deletions

View File

@@ -163,7 +163,11 @@
"creator_liked": "Creator liked",
"playback_speed": "Playback speed",
"invalid_input": "Invalid input",
"prefer_hls": "Prefer HLS over DASH"
"prefer_hls": "Prefer HLS over DASH",
"export_history": "Export history",
"import_history": "Import history",
"file_format": "File format",
"override": "Override"
},
"comment": {
"pinned_by": "Pinned by {author}",
@@ -232,6 +236,10 @@
"weeks": "{amount} week(s)",
"months": "{amount} month(s)",
"register_note": "Register an account for this Piped instance. This will allow you to sync your subscriptions and playlists with your account, so they're stored on the server side. You can use all features without an account, but all data will be stored in your browser's local cache. Please make sure you do NOT use an email address as your username and choose a secure password that you do not use elsewhere.",
"login_note": "Log in with an account created on this instance."
"login_note": "Log in with an account created on this instance.",
"found_n_items": "Found {0} items",
"success": "Success",
"error": "Error",
"skipped": "Skipped"
}
}