Add localization strings for everything I didn't localize already
This commit is contained in:
parent
4a31ed76cd
commit
920549c43b
10 changed files with 53 additions and 26 deletions
|
|
@ -3,11 +3,24 @@
|
|||
"common": {
|
||||
"artists": "Artists",
|
||||
"images": "Images",
|
||||
"unsaved": "This change hasn't been saved, if you close without saving it will be undone."
|
||||
"unsaved": "This change hasn't been saved, if you close without saving it will be undone.",
|
||||
"page": {
|
||||
"previous": "Prev",
|
||||
"next": "Next"
|
||||
},
|
||||
"name": "Name",
|
||||
"tags": "Tags",
|
||||
"select": "Select",
|
||||
"links": "Links",
|
||||
"sort-by": "Sort By"
|
||||
},
|
||||
"apps": {
|
||||
"ArtBrowser": {
|
||||
"selected": "{current}/{required} Selected"
|
||||
"selected": "{current}/{required} Selected",
|
||||
"upload-image": "Upload Image",
|
||||
"no-results": "No results were found for that search",
|
||||
"select-image": "Select image",
|
||||
"page-reset-warning": "Changing any of these will reset your page to 1."
|
||||
},
|
||||
"ArtistBrowser": {
|
||||
"sort-options": {
|
||||
|
|
@ -15,7 +28,10 @@
|
|||
"name-desc": "Name (Z -> A)",
|
||||
"image-count-asc": "Image Count (0 -> 9)",
|
||||
"image-count-desc": "Image Count (9 -> 0)"
|
||||
}
|
||||
},
|
||||
"image-count": "{count} Images",
|
||||
"common-tags": "Common Image Tags",
|
||||
"create-artist": "Create New Artist"
|
||||
},
|
||||
"ArtistApp": {
|
||||
"title": {
|
||||
|
|
@ -37,10 +53,7 @@
|
|||
},
|
||||
"image-label": "Image",
|
||||
"clear": "Clear",
|
||||
"preview-placeholder": "Select an image to see a preview",
|
||||
"name-label": "Name",
|
||||
"tags-label": "Tags",
|
||||
"artists-label": "Artists"
|
||||
"preview-placeholder": "Select an image to see a preview"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue