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"
|
translation_placeholder: "key"
|
||||||
type: "Type"
|
type: "Type"
|
||||||
none: "Make a selection"
|
none: "Make a selection"
|
||||||
submission_key: "submission key"
|
submission_key: 'submission key'
|
||||||
param_key: "param"
|
param_key: 'param'
|
||||||
group: "Group"
|
group: "Group"
|
||||||
permitted: "Permitted"
|
permitted: "Permitted"
|
||||||
advanced: "Advanced"
|
advanced: "Advanced"
|
||||||
|
@ -103,14 +103,14 @@ en:
|
||||||
|
|
||||||
input:
|
input:
|
||||||
conditional:
|
conditional:
|
||||||
name: "if"
|
name: 'if'
|
||||||
output: "then"
|
output: 'then'
|
||||||
assignment:
|
assignment:
|
||||||
name: "set"
|
name: 'set'
|
||||||
association:
|
association:
|
||||||
name: "map"
|
name: 'map'
|
||||||
validation:
|
validation:
|
||||||
name: "ensure"
|
name: 'ensure'
|
||||||
|
|
||||||
selector:
|
selector:
|
||||||
label:
|
label:
|
||||||
|
@ -222,14 +222,14 @@ en:
|
||||||
or: "or"
|
or: "or"
|
||||||
then: "then"
|
then: "then"
|
||||||
set: "set"
|
set: "set"
|
||||||
equal: "="
|
equal: '='
|
||||||
greater: ">"
|
greater: '>'
|
||||||
less: "<"
|
less: '<'
|
||||||
greater_or_equal: ">="
|
greater_or_equal: '>='
|
||||||
less_or_equal: "<="
|
less_or_equal: '<='
|
||||||
regex: "=~"
|
regex: '=~'
|
||||||
association: "→"
|
association: '→'
|
||||||
is: "is"
|
is: 'is'
|
||||||
|
|
||||||
action:
|
action:
|
||||||
header: "Actions"
|
header: "Actions"
|
||||||
|
@ -362,38 +362,38 @@ en:
|
||||||
|
|
||||||
api:
|
api:
|
||||||
label: "API"
|
label: "API"
|
||||||
nav_label: "APIs"
|
nav_label: 'APIs'
|
||||||
select: "Select API"
|
select: "Select API"
|
||||||
create: "Create API"
|
create: "Create API"
|
||||||
new: "New API"
|
new: 'New API'
|
||||||
name: "Name (can't be changed)"
|
name: "Name (can't be changed)"
|
||||||
name_placeholder: "Underscored"
|
name_placeholder: 'Underscored'
|
||||||
title: "Title"
|
title: 'Title'
|
||||||
title_placeholder: "Display name"
|
title_placeholder: 'Display name'
|
||||||
remove: "Delete"
|
remove: 'Delete'
|
||||||
save: "Save"
|
save: "Save"
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
label: "Authorization"
|
label: "Authorization"
|
||||||
btn: "Authorize"
|
btn: 'Authorize'
|
||||||
settings: "Settings"
|
settings: "Settings"
|
||||||
status: "Status"
|
status: "Status"
|
||||||
redirect_uri: "Redirect url"
|
redirect_uri: "Redirect url"
|
||||||
type: "Type"
|
type: 'Type'
|
||||||
type_none: "Select a type"
|
type_none: 'Select a type'
|
||||||
url: "Authorization url"
|
url: "Authorization url"
|
||||||
token_url: "Token url"
|
token_url: "Token url"
|
||||||
client_id: "Client id"
|
client_id: 'Client id'
|
||||||
client_secret: "Client secret"
|
client_secret: 'Client secret'
|
||||||
username: "username"
|
username: 'username'
|
||||||
password: "password"
|
password: 'password'
|
||||||
params:
|
params:
|
||||||
label: "Params"
|
label: 'Params'
|
||||||
new: "New param"
|
new: 'New param'
|
||||||
|
|
||||||
status:
|
status:
|
||||||
label: "Status"
|
label: "Status"
|
||||||
authorized: "Authorized"
|
authorized: 'Authorized'
|
||||||
not_authorized: "Not authorized"
|
not_authorized: "Not authorized"
|
||||||
code: "Code"
|
code: "Code"
|
||||||
access_token: "Access token"
|
access_token: "Access token"
|
||||||
|
|
Laden …
In neuem Issue referenzieren