-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathianm-translate.yml
96 lines (94 loc) · 4.4 KB
/
ianm-translate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
ianm-translate:
admin:
permission:
refresh-translation: Force a re-translate of a cached translation
translate-to-locale: View translation in current locale
translate-to-all-locales: View translation in any forum locale
edit-translation: Manually edit a translation
settings:
seemless: Seamless Translation
seemless-help: Beta feature. When enabled, all user content will be translated automatically to all other available forum languages. When a user views multi-language content, translations will be displayed automaticlly.
deepl:
api_key:
help: Register at {link}. Driver will auto detect free/pro key type.
label: => ianm-translate.lib.settings.api-key
en_choice:
help: When translating to English, select which variant should be used.
label: English variant
options:
en-US: English (US) en-US
en-GB: English (UK) en-GB
formality:
help: Where available, translations can use different levels of formality. Select your preference here.
label: Formality
options:
default: Default
prefer_less: Less formal
prefer_more: More formal
google-cloud:
api_key:
help: Register for an API key at {link}. This driver uses the V2 API - Basic.
label: => ianm-translate.lib.settings.api-key
libre:
url:
help: The URL of the LibreTranslate server. If you are running your own instance, enter the URL here. The schema should be `http` or `https`.
label: Server URL
port:
help: The port of the LibreTranslate server. If you are running your own instance, enter the port here.
label: Server Port
api_key:
help: (optional) If your LibreTranslate server requires an API key, enter it here.
label: => ianm-translate.lib.settings.api-key
translate-all-enabled: Enable all translation languages
translate-all-help: When enabled, admin users and others with permission may translate content to any installed forum language.
bind-browser-language: Add browser language
bind-browser-language-help: When enabled, the user's browser language(s) will be added to the list of languages available for translation.
use-native-locale-names: Use native locale names
use-native-locale-names-help: When enabled, the native locale name will be used instead of the current locale version of the name.
translate-polls: Translate polls
translate-polls-help: When enabled, polls titles, subtitle, image alt text and answer options will be translated automatically when a poll is created or edited.
provider: Translation provider
readme-info: See the README documention for extended information.
readme-none: No additional settings are required for this driver.
forum:
composer:
multi-languages: "Hint: you may type in your choice of language, the forum will translate it for you."
unknown-language: "[not detected]"
detected-language: "This post is in {postLang}"
translate-button-label: Translate
refresh-translation: Refresh translation
original-content:
title: Original content
view: View original content
manage-translations:
translations-label: Translations
button-label: Manage translations
poll:
image-alt: Poll image ALT text (if any)
option: Poll option {number}
original-title: Original language
subtitle: Poll subtitle
title: Manage Poll translations
question: Poll question
save-changes: => core.ref.save_changes
discussion:
post:
close-translation: Close translation
translated-header: "AI translation from {from} to {to}"
translated-updated: "Translation last updated {time} using {provider}"
title:
detected-language: "{postLang}"
user:
settings:
heading: Translation
source-language:
help: When disabled, only translatable content written in a language other than the current forum language will be labelled. To label all content with it's detected language, enable this setting.
label: Always show language
lib:
providers:
deepl: DeepL
google-free: Google Translate
google-cloud: Google Cloud Translate
libre: Libre Translate
settings:
api-key: API Key