Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
New translations client.en.yml (Tamil)
Dieser Commit ist enthalten in:
Ursprung
dde4bf1611
Commit
147126c3dd
1 geänderte Dateien mit 74 neuen und 3 gelöschten Zeilen
|
@ -111,8 +111,6 @@ ta:
|
||||||
key: "Key"
|
key: "Key"
|
||||||
value: "Value"
|
value: "Value"
|
||||||
profile: "profile"
|
profile: "profile"
|
||||||
translation: "Translation"
|
|
||||||
translation_placeholder: "key"
|
|
||||||
type: "Type"
|
type: "Type"
|
||||||
none: "Make a selection"
|
none: "Make a selection"
|
||||||
submission_key: 'submission key'
|
submission_key: 'submission key'
|
||||||
|
@ -125,6 +123,9 @@ ta:
|
||||||
select_type: "Select a type"
|
select_type: "Select a type"
|
||||||
condition: "Condition"
|
condition: "Condition"
|
||||||
index: "Index"
|
index: "Index"
|
||||||
|
edit_columns: "Edit Columns"
|
||||||
|
expand_text: "Read More"
|
||||||
|
collapse_text: "Show Less"
|
||||||
category_settings:
|
category_settings:
|
||||||
custom_wizard:
|
custom_wizard:
|
||||||
title: "Custom Wizard"
|
title: "Custom Wizard"
|
||||||
|
@ -156,11 +157,30 @@ ta:
|
||||||
no_file: Please choose a file to import
|
no_file: Please choose a file to import
|
||||||
file_size_error: The file size must be 512kb or less
|
file_size_error: The file size must be 512kb or less
|
||||||
file_format_error: The file must be a .json file
|
file_format_error: The file must be a .json file
|
||||||
server_error: "Error: {{message}}"
|
|
||||||
importing: Importing wizards...
|
importing: Importing wizards...
|
||||||
destroying: Destroying wizards...
|
destroying: Destroying wizards...
|
||||||
import_complete: Import complete
|
import_complete: Import complete
|
||||||
destroy_complete: Destruction complete
|
destroy_complete: Destruction complete
|
||||||
|
subscription:
|
||||||
|
documentation: Check out the subscription documentation
|
||||||
|
authorize: "Connect this forum to use your Custom Wizard subscription plan on %{server}."
|
||||||
|
not_subscribed: "You've connected, but are not currently subscribed to a Custom Wizard plan on %{server}."
|
||||||
|
subscription_expiring: "Your subscription is active, but will expire in the next 48 hours."
|
||||||
|
subscription_active: "Your subscription is active."
|
||||||
|
subscription_inactive: "Your subscription is inactive on this forum. Read more in <a href='https://pavilion.tech/products/discourse-custom-wizard-plugin/documentation/'>the documentation</a>."
|
||||||
|
unauthorized: "You're not connected. If you have a subscription, it will become inactive in the next 48 hours."
|
||||||
|
unauthorize_failed: Failed to disconnect.
|
||||||
|
submissions:
|
||||||
|
select: "Select a wizard to see its submissions"
|
||||||
|
viewing: "You're viewing the submissions of the %{wizardName}"
|
||||||
|
documentation: "Check out the submissions documentation"
|
||||||
|
logs:
|
||||||
|
select: "Select a wizard to see its logs"
|
||||||
|
viewing: "View recent logs for wizards on the forum"
|
||||||
|
documentation: "Check out the logs documentation"
|
||||||
|
notices:
|
||||||
|
info: "Plugin status and subscription notices"
|
||||||
|
documentation: Check out the notices documentation
|
||||||
editor:
|
editor:
|
||||||
show: "Show"
|
show: "Show"
|
||||||
hide: "Hide"
|
hide: "Hide"
|
||||||
|
@ -190,6 +210,8 @@ ta:
|
||||||
list: "list"
|
list: "list"
|
||||||
custom_field: "custom field"
|
custom_field: "custom field"
|
||||||
value: "value"
|
value: "value"
|
||||||
|
users: "users"
|
||||||
|
guests: "users and guests"
|
||||||
placeholder:
|
placeholder:
|
||||||
text: "Enter text"
|
text: "Enter text"
|
||||||
property: "Select property"
|
property: "Select property"
|
||||||
|
@ -246,6 +268,7 @@ ta:
|
||||||
prefill: "Prefill"
|
prefill: "Prefill"
|
||||||
content: "Content"
|
content: "Content"
|
||||||
tag_groups: "Tag Groups"
|
tag_groups: "Tag Groups"
|
||||||
|
can_create_tag: "Can Create Tag"
|
||||||
date_time_format:
|
date_time_format:
|
||||||
label: "Format"
|
label: "Format"
|
||||||
instructions: "<a href='https://momentjs.com/docs/#/displaying/format/' target='_blank'>Moment.js format</a>"
|
instructions: "<a href='https://momentjs.com/docs/#/displaying/format/' target='_blank'>Moment.js format</a>"
|
||||||
|
@ -281,12 +304,14 @@ ta:
|
||||||
date: Date
|
date: Date
|
||||||
time: Time
|
time: Time
|
||||||
date_time: Date & Time
|
date_time: Date & Time
|
||||||
|
event: Event (Events Plugin)
|
||||||
connector:
|
connector:
|
||||||
and: "and"
|
and: "and"
|
||||||
or: "or"
|
or: "or"
|
||||||
then: "then"
|
then: "then"
|
||||||
set: "set"
|
set: "set"
|
||||||
equal: '='
|
equal: '='
|
||||||
|
not_equal: '!='
|
||||||
greater: '>'
|
greater: '>'
|
||||||
less: '<'
|
less: '<'
|
||||||
greater_or_equal: '>='
|
greater_or_equal: '>='
|
||||||
|
@ -321,6 +346,8 @@ ta:
|
||||||
category: "Category"
|
category: "Category"
|
||||||
tags: "Tags"
|
tags: "Tags"
|
||||||
visible: "Visible"
|
visible: "Visible"
|
||||||
|
add_event: "Add Event (Events Plugin)"
|
||||||
|
add_location: "Add Location (Locations Plugin)"
|
||||||
open_composer:
|
open_composer:
|
||||||
label: "Open Composer"
|
label: "Open Composer"
|
||||||
update_profile:
|
update_profile:
|
||||||
|
@ -331,6 +358,10 @@ ta:
|
||||||
label: "Watch Categories"
|
label: "Watch Categories"
|
||||||
categories: "Categories"
|
categories: "Categories"
|
||||||
mute_remainder: "Mute Remainder"
|
mute_remainder: "Mute Remainder"
|
||||||
|
watch_tags:
|
||||||
|
label: "Watch Tags"
|
||||||
|
tags: "Tags"
|
||||||
|
watch_x:
|
||||||
notification_level:
|
notification_level:
|
||||||
label: "Notification Level"
|
label: "Notification Level"
|
||||||
regular: "Normal"
|
regular: "Normal"
|
||||||
|
@ -419,6 +450,9 @@ ta:
|
||||||
nav_label: "Submissions"
|
nav_label: "Submissions"
|
||||||
title: "{{name}} Submissions"
|
title: "{{name}} Submissions"
|
||||||
download: "Download"
|
download: "Download"
|
||||||
|
group_id: "Group ID"
|
||||||
|
category_id: "Category ID"
|
||||||
|
composer_preview: "Composer Preview"
|
||||||
api:
|
api:
|
||||||
label: "API"
|
label: "API"
|
||||||
nav_label: 'APIs'
|
nav_label: 'APIs'
|
||||||
|
@ -467,8 +501,14 @@ ta:
|
||||||
success_codes: "Select success codes"
|
success_codes: "Select success codes"
|
||||||
log:
|
log:
|
||||||
label: "Logs"
|
label: "Logs"
|
||||||
|
clear: clear
|
||||||
log:
|
log:
|
||||||
nav_label: "Logs"
|
nav_label: "Logs"
|
||||||
|
title: "{{name}} Logs"
|
||||||
|
date: Date
|
||||||
|
action: Action
|
||||||
|
user: User
|
||||||
|
message: Message
|
||||||
manager:
|
manager:
|
||||||
nav_label: Manager
|
nav_label: Manager
|
||||||
title: Manage Wizards
|
title: Manage Wizards
|
||||||
|
@ -478,6 +518,37 @@ ta:
|
||||||
upload: Select wizards.json
|
upload: Select wizards.json
|
||||||
destroy: Destroy
|
destroy: Destroy
|
||||||
destroyed: destroyed
|
destroyed: destroyed
|
||||||
|
subscription:
|
||||||
|
title: Subscriber Features
|
||||||
|
authorize:
|
||||||
|
label: Connect
|
||||||
|
title: Connect your subscription to this site
|
||||||
|
deauthorize:
|
||||||
|
label: Disconnect
|
||||||
|
title: Disconnect your subscription from this site
|
||||||
|
update:
|
||||||
|
title: "Update subscription status"
|
||||||
|
subscribed:
|
||||||
|
label: Subscribed
|
||||||
|
title: You're subscribed and can use these features
|
||||||
|
selector: subscribed
|
||||||
|
not_subscribed:
|
||||||
|
label: Not Subscribed
|
||||||
|
title: Subscribe to use these features
|
||||||
|
selector: not subscribed
|
||||||
|
type:
|
||||||
|
none:
|
||||||
|
label: Subscribe
|
||||||
|
title: There is no Custom Wizard subscription active on this forum.
|
||||||
|
business:
|
||||||
|
label: Support
|
||||||
|
title: There is a Custom Wizard Business subscription active on this forum.
|
||||||
|
standard:
|
||||||
|
label: Support
|
||||||
|
title: There is a Custom Wizard Standard subscription active on this forum.
|
||||||
|
community:
|
||||||
|
label: Support
|
||||||
|
title: There is a Custom Wizard Community subscription active on this forum.
|
||||||
wizard_js:
|
wizard_js:
|
||||||
group:
|
group:
|
||||||
select: "Select a group"
|
select: "Select a group"
|
||||||
|
|
Laden …
In neuem Issue referenzieren