Files
ersatztv/ErsatzTV/client-app/src/locales/en.json
T
3cb37003cb UI rewrite - ffmpeg profiles (#823)
* ffmpeg profile functionality, sweetalert2

* add new files

* cleanup controller; remove unused classes

* apply formatting

* cleanup core project

* don't use bom

* whitespace

* remove generated css

* remove generated js/map

* Remove attempted linter fix, channels button, watermarks page. Fixed handlerror.

* Changed deleted confirmation to toast.

* Localized strings for language change. Modified Action icons to buttons and left default sizes. Changed Cancel to No where Yes is an option

* lint

Co-authored-by: Jason Dove <jason@jasondove.me>
2022-06-03 06:28:32 -05:00

207 lines
4.8 KiB
JSON

{
"$vuetify": {
"badge": "Badge",
"close": "Close",
"dataIterator": {
"noResultsText": "No matching records found",
"loadingText": "Loading items..."
},
"dataTable": {
"itemsPerPageText": "Rows per page:",
"ariaLabel": {
"sortDescending": "Sorted descending.",
"sortAscending": "Sorted ascending.",
"sortNone": "Not sorted.",
"activateNone": "Activate to remove sorting.",
"activateDescending": "Activate to sort descending.",
"activateAscending": "Activate to sort ascending."
},
"sortBy": "Sort by"
},
"dataFooter": {
"itemsPerPageText": "Items per page:",
"itemsPerPageAll": "All",
"nextPage": "Next page",
"prevPage": "Previous page",
"firstPage": "First page",
"lastPage": "Last page",
"pageText": "{0}-{1} of {2}"
},
"datePicker": {
"itemsSelected": "{0} selected",
"nextMonthAriaLabel": "Next month",
"nextYearAriaLabel": "Next year",
"prevMonthAriaLabel": "Previous month",
"prevYearAriaLabel": "Previous year"
},
"noDataText": "No data available",
"carousel": {
"prev": "Previous visual",
"next": "Next visual",
"ariaLabel": {
"delimiter": "Carousel slide {0} of {1}"
}
},
"calendar": {
"moreEvents": "{0} more"
},
"fileInput": {
"counter": "{0} files",
"counterSize": "{0} files ({1} in total)"
},
"timePicker": {
"am": "AM",
"pm": "PM"
},
"pagination": {
"ariaLabel": {
"wrapper": "Pagination Navigation",
"next": "Next page",
"previous": "Previous page",
"page": "Goto Page {0}",
"currentPage": "Current Page, Page {0}"
}
},
"rating": {
"ariaLabel": {
"icon": "Rating {0} of {1}"
}
}
},
"languages-code": {
"en": "English",
"pt-br": "Portuguese (Brazil)"
},
"tool-bar": {
"search": "Search...",
"click-to-copy": "Click to copy to clipboard!",
"copy-success": "Successfully copied text to clipboard!",
"copy-failure": "Failed to copy text to clipboard! Error: {message}"
},
"sidebar": {
"languages": "Languages",
"version": "Version"
},
"home": {
"title": "Home"
},
"ffmpeg-profiles": {
"title": "FFmpeg Profiles",
"add-profile": "Add FFmpeg Profile",
"actions": "Actions",
"delete-dialog-title": "Are you sure?",
"delete-dialog-text": "Delete {profileName} FFmpeg Profile?",
"no": "No",
"yes": "Yes",
"profile-deleted": "FFmpeg Profile deleted!",
"table": {
"name": "Name",
"resolution": "Resolution",
"video": "Video",
"audio": "Audio"
}
},
"edit-ffmpeg-profile": {
"General": "General",
"Video": "Video",
"Audio": "Audio",
"Name": "Name",
"thread-count": "Thread Count",
"preferred-resolution": "Preferred Resolution",
"format": "Format",
"bitrate": "Bitrate",
"buffer-size": "Buffer Size",
"hardware-acceleration": "Hardware Acceleration",
"vaapi-driver": "VAAPI Driver",
"vaapi-device": "VAAPI Device",
"normalize-framerate": "Normalize Framerate",
"auto-deinterlace-video": "Auto Deinterlace Video",
"channels": "Channels",
"sample-rate": "Sample Rate",
"normalize-loudness": "Normalize Loudness",
"save-profile": "Save Profile",
"cancel": "Cancel",
"help": "Help",
"add-profile": "Add FFmpeg Profile",
"edit-profile": "Edit FFmpeg Profile",
"profile-saved": "FFmpeg Profile Saved!"
},
"watermarks": {
"title": "Watermarks"
},
"media-sources": {
"title": "Media Sources",
"local": {
"title": "Local"
},
"emby": {
"title": "Emby"
},
"jellyfin": {
"title": "Jellyfin"
},
"plex": {
"title": "Plex"
}
},
"lists": {
"title": "Lists",
"collections": {
"title": "Collections"
},
"trakt-lists": {
"title": "Trakt Lists"
},
"filler-presets": {
"title": "Filler Presets"
}
},
"schedules": {
"title": "Schedules"
},
"playouts": {
"title": "Playouts"
},
"settings": {
"title": "Settings"
},
"logs": {
"title": "Logs"
},
"media": {
"title": "Media",
"libraries": {
"title": "Libraries"
},
"trash": {
"title": "Trash"
},
"tv-shows": {
"title": "TV Shows"
},
"movies": {
"title": "Movies"
},
"music-videos": {
"title": "Music Videos"
},
"other-videos": {
"title": "Other Videos"
},
"songs": {
"title": "Songs"
}
},
"channels": {
"title": "Channels",
"table": {
"number": "Number",
"logo": "Logo",
"name": "Name",
"language": "Language",
"mode": "Mode",
"ffmpeg-profile": "FFmpeg Profile"
}
}
}