From e3c8f51cd8f3dc4b89250a3e50c83f4a0519e6ca Mon Sep 17 00:00:00 2001 From: "ahhhh...secret" Date: Tue, 17 Dec 2024 00:18:42 +0100 Subject: [PATCH] Added translation using Weblate (Arabic) --- front/translations/ar.json | 285 +++++++++++++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 front/translations/ar.json diff --git a/front/translations/ar.json b/front/translations/ar.json new file mode 100644 index 0000000000..252d60d4fa --- /dev/null +++ b/front/translations/ar.json @@ -0,0 +1,285 @@ +{ + "home": { + "recommended": "", + "news": "", + "watchlist": "", + "info": "", + "none": "", + "watchlistLogin": "", + "refreshMetadata": "", + "episodeMore": { + "goToShow": "", + "download": "", + "mediainfo": "" + } + }, + "show": { + "play": "", + "trailer": "", + "studio": "", + "genre": "", + "genre-none": "", + "staff": "", + "staff-none": "", + "noOverview": "", + "episode-none": "", + "episodeNoMetadata": "", + "tags": "", + "links": "", + "jumpToSeason": "", + "partOf": "", + "watchlistAdd": "", + "watchlistEdit": "", + "watchlistRemove": "", + "watchlistLogin": "", + "watchlistMark": { + "completed": "", + "planned": "", + "watching": "", + "droped": "", + "null": "" + }, + "nextUp": "", + "season": "" + }, + "browse": { + "mediatypekey": { + "all": "", + "movie": "", + "show": "", + "collection": "" + }, + "mediatype-tt": "", + "mediatypelabel": "", + "sortby": "", + "sortby-tt": "", + "sortkey": { + "relevance": "", + "name": "", + "airDate": "", + "startAir": "", + "endAir": "", + "addedDate": "", + "rating": "" + }, + "sortord": { + "asc": "", + "desc": "" + }, + "switchToGrid": "", + "switchToList": "" + }, + "genres": { + "Action": "", + "Adventure": "", + "Animation": "", + "Comedy": "", + "Crime": "", + "Documentary": "", + "Drama": "", + "Family": "", + "Fantasy": "", + "History": "", + "Horror": "", + "Music": "", + "Mystery": "", + "Romance": "", + "ScienceFiction": "", + "Thriller": "", + "War": "", + "Western": "", + "Kids": "", + "News": "", + "Reality": "", + "Soap": "", + "Talk": "", + "Politics": "" + }, + "misc": { + "settings": "", + "prev-page": "", + "next-page": "", + "delete": "", + "cancel": "", + "more": "", + "expand": "", + "collapse": "", + "edit": "", + "or": "", + "loading": "" + }, + "navbar": { + "home": "", + "browse": "", + "download": "", + "search": "", + "login": "", + "admin": "" + }, + "settings": { + "general": { + "label": "", + "theme": { + "label": "", + "description": "", + "auto": "", + "light": "", + "dark": "" + }, + "language": { + "label": "", + "description": "", + "system": "" + } + }, + "playback": { + "label": "", + "playmode": { + "label": "", + "description": "" + }, + "audioLanguage": { + "label": "", + "description": "" + }, + "subtitleLanguage": { + "label": "", + "description": "", + "none": "" + } + }, + "account": { + "label": "", + "username": { + "label": "" + }, + "avatar": { + "label": "", + "description": "" + }, + "email": { + "label": "" + }, + "password": { + "label": "", + "description": "", + "oldPassword": "", + "newPassword": "" + } + }, + "oidc": { + "label": "", + "connected": "", + "not-connected": "", + "open-profile": "", + "link": "", + "delete": "" + }, + "about": { + "label": "", + "android-app": { + "label": "", + "description": "" + }, + "git": { + "label": "", + "description": "" + } + } + }, + "player": { + "back": "", + "previous": "", + "next": "", + "play": "", + "pause": "", + "mute": "", + "volume": "", + "quality": "", + "audios": "", + "subtitles": "", + "subtitle-none": "", + "fullscreen": "", + "direct": "", + "transmux": "", + "auto": "", + "notInPristine": "", + "unsupportedError": "" + }, + "search": { + "empty": "" + }, + "login": { + "login": "", + "register": "", + "guest": "", + "guest-forbidden": "", + "via": "", + "add-account": "", + "logout": "", + "server": "", + "email": "", + "username": "", + "password": "", + "confirm": "", + "or-register": "", + "or-login": "", + "password-no-match": "", + "delete": "", + "delete-confirmation": "" + }, + "downloads": { + "empty": "", + "error": "", + "delete": "", + "deleteMessage": "", + "pause": "", + "resume": "", + "retry": "" + }, + "errors": { + "connection": "", + "connection-tips": "", + "unknown": "", + "try-again": "", + "re-login": "", + "offline": "", + "unauthorized": "", + "needVerification": "", + "needAccount": "", + "setup": { + "MissingAdminAccount": "", + "NoVideoFound": "" + } + }, + "mediainfo": { + "file": "", + "container": "", + "video": "", + "audio": "", + "subtitles": "", + "forced": "", + "default": "", + "external": "", + "duration": "", + "size": "", + "novideo": "", + "nocontainer": "" + }, + "admin": { + "users": { + "label": "", + "adminUser": "", + "regularUser": "", + "set-permissions": "", + "delete": "", + "unverifed": "", + "verify": "" + }, + "scanner": { + "label": "", + "scan": "", + "empty": "" + } + } +}