Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-15 14:22:53 +01:00
DEV: Undo formatting fixes and add pro support button strings
Dieser Commit ist enthalten in:
Ursprung
dbc6baee0b
Commit
ed8a61e836
1 geänderte Dateien mit 52 neuen und 52 gelöschten Zeilen
|
@ -48,8 +48,8 @@ en:
|
|||
translation_placeholder: "key"
|
||||
type: "Type"
|
||||
none: "Make a selection"
|
||||
submission_key: "submission key"
|
||||
param_key: "param"
|
||||
submission_key: 'submission key'
|
||||
param_key: 'param'
|
||||
group: "Group"
|
||||
permitted: "Permitted"
|
||||
advanced: "Advanced"
|
||||
|
@ -103,14 +103,14 @@ en:
|
|||
|
||||
input:
|
||||
conditional:
|
||||
name: "if"
|
||||
output: "then"
|
||||
name: 'if'
|
||||
output: 'then'
|
||||
assignment:
|
||||
name: "set"
|
||||
name: 'set'
|
||||
association:
|
||||
name: "map"
|
||||
name: 'map'
|
||||
validation:
|
||||
name: "ensure"
|
||||
name: 'ensure'
|
||||
|
||||
selector:
|
||||
label:
|
||||
|
@ -222,14 +222,14 @@ en:
|
|||
or: "or"
|
||||
then: "then"
|
||||
set: "set"
|
||||
equal: "="
|
||||
greater: ">"
|
||||
less: "<"
|
||||
greater_or_equal: ">="
|
||||
less_or_equal: "<="
|
||||
regex: "=~"
|
||||
association: "→"
|
||||
is: "is"
|
||||
equal: '='
|
||||
greater: '>'
|
||||
less: '<'
|
||||
greater_or_equal: '>='
|
||||
less_or_equal: '<='
|
||||
regex: '=~'
|
||||
association: '→'
|
||||
is: 'is'
|
||||
|
||||
action:
|
||||
header: "Actions"
|
||||
|
@ -362,38 +362,38 @@ en:
|
|||
|
||||
api:
|
||||
label: "API"
|
||||
nav_label: "APIs"
|
||||
nav_label: 'APIs'
|
||||
select: "Select API"
|
||||
create: "Create API"
|
||||
new: "New API"
|
||||
new: 'New API'
|
||||
name: "Name (can't be changed)"
|
||||
name_placeholder: "Underscored"
|
||||
title: "Title"
|
||||
title_placeholder: "Display name"
|
||||
remove: "Delete"
|
||||
name_placeholder: 'Underscored'
|
||||
title: 'Title'
|
||||
title_placeholder: 'Display name'
|
||||
remove: 'Delete'
|
||||
save: "Save"
|
||||
|
||||
auth:
|
||||
label: "Authorization"
|
||||
btn: "Authorize"
|
||||
btn: 'Authorize'
|
||||
settings: "Settings"
|
||||
status: "Status"
|
||||
redirect_uri: "Redirect url"
|
||||
type: "Type"
|
||||
type_none: "Select a type"
|
||||
type: 'Type'
|
||||
type_none: 'Select a type'
|
||||
url: "Authorization url"
|
||||
token_url: "Token url"
|
||||
client_id: "Client id"
|
||||
client_secret: "Client secret"
|
||||
username: "username"
|
||||
password: "password"
|
||||
client_id: 'Client id'
|
||||
client_secret: 'Client secret'
|
||||
username: 'username'
|
||||
password: 'password'
|
||||
params:
|
||||
label: "Params"
|
||||
new: "New param"
|
||||
label: 'Params'
|
||||
new: 'New param'
|
||||
|
||||
status:
|
||||
label: "Status"
|
||||
authorized: "Authorized"
|
||||
authorized: 'Authorized'
|
||||
not_authorized: "Not authorized"
|
||||
code: "Code"
|
||||
access_token: "Access token"
|
||||
|
|
Laden …
In neuem Issue referenzieren