Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
New translations client.en.yml (Portuguese)
Dieser Commit ist enthalten in:
Ursprung
f7488f2513
Commit
cc0db2d061
1 geänderte Dateien mit 80 neuen und 9 gelöschten Zeilen
|
@ -16,7 +16,7 @@ pt:
|
|||
x_characters:
|
||||
one: "%{count} Character"
|
||||
other: "%{count} Characters"
|
||||
quit: "Maybe Later"
|
||||
quit: "Exit"
|
||||
done_custom: "Done"
|
||||
back: "Back"
|
||||
next: "Next"
|
||||
|
@ -111,8 +111,6 @@ pt:
|
|||
key: "Key"
|
||||
value: "Value"
|
||||
profile: "profile"
|
||||
translation: "Translation"
|
||||
translation_placeholder: "key"
|
||||
type: "Type"
|
||||
none: "Make a selection"
|
||||
submission_key: 'submission key'
|
||||
|
@ -125,6 +123,9 @@ pt:
|
|||
select_type: "Select a type"
|
||||
condition: "Condition"
|
||||
index: "Index"
|
||||
edit_columns: "Edit Columns"
|
||||
expand_text: "Read More"
|
||||
collapse_text: "Show Less"
|
||||
category_settings:
|
||||
custom_wizard:
|
||||
title: "Custom Wizard"
|
||||
|
@ -156,11 +157,30 @@ pt:
|
|||
no_file: Please choose a file to import
|
||||
file_size_error: The file size must be 512kb or less
|
||||
file_format_error: The file must be a .json file
|
||||
server_error: "Error: {{message}}"
|
||||
importing: Importing wizards...
|
||||
destroying: Destroying wizards...
|
||||
import_complete: Import 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:
|
||||
show: "Show"
|
||||
hide: "Hide"
|
||||
|
@ -190,6 +210,8 @@ pt:
|
|||
list: "list"
|
||||
custom_field: "custom field"
|
||||
value: "value"
|
||||
users: "users"
|
||||
guests: "users and guests"
|
||||
placeholder:
|
||||
text: "Enter text"
|
||||
property: "Select property"
|
||||
|
@ -217,10 +239,10 @@ pt:
|
|||
banner: "Banner"
|
||||
description: "Description"
|
||||
required_data:
|
||||
label: "Required"
|
||||
label: "Required Data"
|
||||
not_permitted_message: "Message shown when required data not present"
|
||||
permitted_params:
|
||||
label: "Params"
|
||||
label: "Permitted Params"
|
||||
force_final:
|
||||
label: "Conditional Final Step"
|
||||
description: "Display this step as the final step if conditions on later steps have not passed when the user reaches this step."
|
||||
|
@ -236,9 +258,9 @@ pt:
|
|||
min_length_placeholder: "Minimum length in characters"
|
||||
max_length: "Max Length"
|
||||
max_length_placeholder: "Maximum length in characters"
|
||||
char_counter: "Character Counter"
|
||||
char_counter: "Counter"
|
||||
char_counter_placeholder: "Display Character Counter"
|
||||
field_placeholder: "Field Placeholder"
|
||||
field_placeholder: "Placeholder"
|
||||
file_types: "File Types"
|
||||
preview_template: "Template"
|
||||
limit: "Limit"
|
||||
|
@ -246,11 +268,12 @@ pt:
|
|||
prefill: "Prefill"
|
||||
content: "Content"
|
||||
tag_groups: "Tag Groups"
|
||||
can_create_tag: "Can Create Tag"
|
||||
date_time_format:
|
||||
label: "Format"
|
||||
instructions: "<a href='https://momentjs.com/docs/#/displaying/format/' target='_blank'>Moment.js format</a>"
|
||||
validations:
|
||||
header: "Realtime Validations"
|
||||
header: "Validations"
|
||||
enabled: "Enabled"
|
||||
similar_topics: "Similar Topics"
|
||||
position: "Position"
|
||||
|
@ -281,12 +304,14 @@ pt:
|
|||
date: Date
|
||||
time: Time
|
||||
date_time: Date & Time
|
||||
event: Event (Events Plugin)
|
||||
connector:
|
||||
and: "and"
|
||||
or: "or"
|
||||
then: "then"
|
||||
set: "set"
|
||||
equal: '='
|
||||
not_equal: '!='
|
||||
greater: '>'
|
||||
less: '<'
|
||||
greater_or_equal: '>='
|
||||
|
@ -321,6 +346,8 @@ pt:
|
|||
category: "Category"
|
||||
tags: "Tags"
|
||||
visible: "Visible"
|
||||
add_event: "Add Event (Events Plugin)"
|
||||
add_location: "Add Location (Locations Plugin)"
|
||||
open_composer:
|
||||
label: "Open Composer"
|
||||
update_profile:
|
||||
|
@ -331,6 +358,10 @@ pt:
|
|||
label: "Watch Categories"
|
||||
categories: "Categories"
|
||||
mute_remainder: "Mute Remainder"
|
||||
watch_tags:
|
||||
label: "Watch Tags"
|
||||
tags: "Tags"
|
||||
watch_x:
|
||||
notification_level:
|
||||
label: "Notification Level"
|
||||
regular: "Normal"
|
||||
|
@ -419,6 +450,9 @@ pt:
|
|||
nav_label: "Submissions"
|
||||
title: "{{name}} Submissions"
|
||||
download: "Download"
|
||||
group_id: "Group ID"
|
||||
category_id: "Category ID"
|
||||
composer_preview: "Composer Preview"
|
||||
api:
|
||||
label: "API"
|
||||
nav_label: 'APIs'
|
||||
|
@ -467,8 +501,14 @@ pt:
|
|||
success_codes: "Select success codes"
|
||||
log:
|
||||
label: "Logs"
|
||||
clear: clear
|
||||
log:
|
||||
nav_label: "Logs"
|
||||
title: "{{name}} Logs"
|
||||
date: Date
|
||||
action: Action
|
||||
user: User
|
||||
message: Message
|
||||
manager:
|
||||
nav_label: Manager
|
||||
title: Manage Wizards
|
||||
|
@ -478,6 +518,37 @@ pt:
|
|||
upload: Select wizards.json
|
||||
destroy: Destroy
|
||||
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:
|
||||
group:
|
||||
select: "Select a group"
|
||||
|
|
Laden …
In neuem Issue referenzieren