Skip to content

Commit 62d1ddd

Browse files
authored
Merge pull request #36 from neet/phrase-translations
Updated translations from Phrase
2 parents 8e2a27f + 34cfcb4 commit 62d1ddd

File tree

1 file changed

+137
-0
lines changed

1 file changed

+137
-0
lines changed

messages/en.json

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
{
2+
"app": {
3+
"AboutPage": {
4+
"description": "This site is a web application for bidirectional translation between Ainu and Japanese. It is currently available on a trial basis for Ainu language learners.",
5+
"title": "About This Site"
6+
},
7+
"Home": {
8+
"description": "tunci is a web application for translating between Ainu and Japanese. It is currently available on a trial basis for Ainu language learners.",
9+
"title": "tunci - Translate between Ainu and Japanese"
10+
}
11+
},
12+
"components": {
13+
"Banner": {
14+
"about": "About This Site"
15+
},
16+
"Composer": {
17+
"AdvancedSettingsDialog": {
18+
"AdvancedSettingsDialogContent": {
19+
"close": "Close",
20+
"description": "You can modify vocabulary and grammar settings to generate more natural sentences.",
21+
"title": "Expression Settings"
22+
},
23+
"DialectSelector": {
24+
"bihoro": "Bihoro",
25+
"chitose": "Chitose",
26+
"description": "There is no standard Ainu language; different regions use different expressions. You can select a region and generate sentences in that regional dialect.",
27+
"experimental": "This is an experimental feature.",
28+
"horobetsu": "Horobetsu",
29+
"ishikari": "Ishikari",
30+
"kushiro": "Kushiro",
31+
"mukawa": "Mukawa",
32+
"samani": "Samani",
33+
"saru": "Saru",
34+
"shizunai": "Shizunai",
35+
"title": "Regional Settings",
36+
"tokachi": "Tokachi"
37+
},
38+
"PronounSelector": {
39+
"description": "In Ainu, different words are used in daily conversation and storytelling. You can choose which type of language to use.",
40+
"first": "Everyday Language",
41+
"firstDescription": "Translate using conversational language.",
42+
"fourth": "Elegant Language",
43+
"fourthDescription": "Translate using storytelling language.",
44+
"title": "Everyday vs. Elegant Language"
45+
}
46+
},
47+
"AlternativeTranslations": {
48+
"AlternativeTranslationsContent": {
49+
"description": "Here are some alternative expressions you can use:"
50+
},
51+
"AlternativeTranslationsError": {
52+
"description": "An error occurred while retrieving data. Please try again later."
53+
},
54+
"AlternativeTranslationsWrapper": {
55+
"title": "Alternative Expressions"
56+
}
57+
},
58+
"CharCount": {
59+
"charLeft": "{remaining} characters remaining",
60+
"charOver": "{excess} characters over limit"
61+
},
62+
"ComposerCollapsible": {
63+
"collapse": "Collapse",
64+
"expand": "Expand"
65+
},
66+
"ComposerInput": {
67+
"advancedSettings": "Expression Settings",
68+
"paste": "Paste",
69+
"placeholder": "Enter text",
70+
"play": "Read Aloud",
71+
"recognize": "Voice Input",
72+
"source": "Source Language",
73+
"text": "Text to Translate",
74+
"translate": "Translate"
75+
},
76+
"ComposerOutput": {
77+
"copy": "Copy",
78+
"play": "Read Aloud",
79+
"share": "Share",
80+
"target": "Target Language",
81+
"translationResult": "Translation Result"
82+
},
83+
"copied": "Copied",
84+
"Dirty": {
85+
"untranslated": "Not translated yet"
86+
},
87+
"Disclaimer": {
88+
"disclaimer": "The information may be inaccurate. To avoid spreading incorrect Ainu expressions, please refrain from using the translation results as-is.",
89+
"title": "Disclaimer"
90+
},
91+
"EndpointStatus": {
92+
"initializing": "The server is starting up. Please wait about one minute. To save costs, the server automatically shuts down if inactive for more than {scaleToZeroTimeout} minutes.",
93+
"paused": "The server is temporarily paused. Please contact the administrator.",
94+
"pending": "The server is preparing to start. Please wait about one minute. To save costs, the server automatically shuts down if inactive for more than {scaleToZeroTimeout} minutes.",
95+
"running": "Fetching server status...",
96+
"scaledToZero": "The server instance is currently at zero."
97+
},
98+
"ExampleSentences": {
99+
"ExampleSentencesError": {
100+
"description": "An error occurred while retrieving data. Please try again later."
101+
},
102+
"ExampleSentencesWrapper": {
103+
"title": "Example Sentences"
104+
}
105+
},
106+
"LanguageSelector": {
107+
"ainu": "Ainu",
108+
"japanese": "Japanese"
109+
},
110+
"translateForm": "Translation Form",
111+
"Translation": {
112+
"empty": "Translate",
113+
"loading": "Translating..."
114+
},
115+
"wip": "This feature is under development."
116+
},
117+
"ContentInfo": {
118+
"title": "About the Developer"
119+
},
120+
"Entry": {
121+
"Entry": {
122+
"author": "Author:",
123+
"dialect": "Dialect:",
124+
"source": "Source:"
125+
},
126+
"EntryDetailsDialog": {
127+
"author": "Author",
128+
"book": "Reference",
129+
"description": "Detailed information about this reference. Some data may be inaccurate.",
130+
"dialect": "Dialect",
131+
"entryTitle": "Title",
132+
"title": "Details",
133+
"url": "URL"
134+
}
135+
}
136+
}
137+
}

0 commit comments

Comments
 (0)