mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
Merge branch 'l10n_master' into 'master'
New Crowdin translations See merge request tom79/fediplan!5
This commit is contained in:
commit
940637d643
28 changed files with 1647 additions and 73 deletions
61
translations/fediplan.af.yaml
Normal file
61
translations/fediplan.af.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.ar.yaml
Normal file
61
translations/fediplan.ar.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.ca.yaml
Normal file
61
translations/fediplan.ca.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.cs.yaml
Normal file
61
translations/fediplan.cs.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.da.yaml
Normal file
61
translations/fediplan.da.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.de.yaml
Normal file
61
translations/fediplan.de.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.el.yaml
Normal file
61
translations/fediplan.el.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
|
@ -24,11 +25,9 @@ status:
|
|||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
|
@ -38,26 +37,17 @@ error:
|
|||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
|
||||
|
||||
page:
|
||||
index:
|
||||
about:
|
||||
FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data:
|
||||
It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling:
|
||||
FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/>
|
||||
The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time.
|
||||
Only 50 messages can be scheduled for any given day.
|
||||
data:
|
||||
FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>
|
||||
issues:
|
||||
You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
|
|
61
translations/fediplan.es.yaml
Normal file
61
translations/fediplan.es.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.fi.yaml
Normal file
61
translations/fediplan.fi.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
|
@ -1,63 +1,61 @@
|
|||
---
|
||||
common:
|
||||
about_fediplan: Planifiez la publication de vos messages en toute sécurité avec
|
||||
Mastodon et Pleroma
|
||||
start_upload: Lancer le transfert
|
||||
previous: Retour
|
||||
proceed_confirm: Voulez-vous poursuivre ?
|
||||
delete: Supprimer
|
||||
cancel: Annuler
|
||||
delete_message: Vous êtes sur le point de supprimer
|
||||
confirm_delete: Confirmer la suppression
|
||||
no_results_found: Aucun résultat trouvé !
|
||||
source_code: Code source
|
||||
support_my_work: Soutenir mon travail
|
||||
about: À Propos
|
||||
logout: Déconnexion
|
||||
scheduled: Planifiés
|
||||
schedule: Planifier
|
||||
accounts: Comptes
|
||||
next: Suivant
|
||||
previous: Retour
|
||||
accounts: Comptes
|
||||
login: Connexion
|
||||
page:
|
||||
about:
|
||||
data: FediPlan ne conserve pas vos messages planifiés ni vos identifiants. Il
|
||||
utilise uniquement l’API de Mastodon pour <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status"
|
||||
target="_blank">la planification des messages</a>
|
||||
scheduling: FediPlan permet aux utilisateur·rice·s de planifier la publication
|
||||
des messages Mastodon et Pleroma (avec médias comme pièces jointes).<br/> La
|
||||
date de planification doit être d’au moins 5 minutes à l’avance. Vous pouvez
|
||||
planifier jusqu’à 300 messages à la fois. Seuls 50 messages par jour peuvent
|
||||
être planifiés pour publication.
|
||||
issues: Vous pouvez signaler des problèmes rencontrés ou demander des améliorations
|
||||
sur <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a>
|
||||
ou <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
index:
|
||||
data: <b>Elle ne conserve aucune de vos données</b> (jetons ou messages), c’est
|
||||
pourquoi vous aurez besoin de créer un nouveau jeton une fois votre session
|
||||
est expirée.
|
||||
about: FediPlan est une application libre et Open Source (<a href="https://framagit.org/tom79/fediplan"
|
||||
target="_blank">code source</a>) développée afin de pouvoir planifier la publication
|
||||
vos messages <a href="https://joinmastodon.org/" target="_blank">Mastodon</a>
|
||||
ou <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
error:
|
||||
instance:
|
||||
mastodon_account_already_used: Ce compte est déjà géré par quelqu’un d’autre !
|
||||
mastodon_account: Quelque chose s’est mal déroulé lors de la récupération du compte
|
||||
!
|
||||
mastodon_token: Quelque chose s’est mal déroulé lors de l’obtention du jeton !
|
||||
mastodon_oauth_url: Quelque chose s’est mal déroulé lors de l’obtention de l’URL
|
||||
de l’autorisation !
|
||||
mastodon_client_id: Quelque chose s’est mal déroulé lors de la récupération de
|
||||
l’ID du client !
|
||||
mastodon_only: Ceci n’est pas une instance Mastodon valide !
|
||||
general: Quelque chose s’est mal déroulé !
|
||||
messages:
|
||||
authorization_get: Obtenir un code d’autorisation
|
||||
login_authorization: Veuillez cliquer sur « Obtenir un code d’autorisation » afin
|
||||
d’obtenir un code d’autorisation. Puis copiez/collez-le dans le champ.
|
||||
schedule: Planifier
|
||||
scheduled: Planifiés
|
||||
logout: Déconnexion
|
||||
about: À Propos
|
||||
support_my_work: Soutenir mon travail
|
||||
about_fediplan: Planifiez la publication de vos messages en toute sécurité avec Mastodon et Pleroma
|
||||
source_code: Code source
|
||||
no_results_found: Aucun résultat trouvé !
|
||||
confirm_delete: Confirmer la suppression
|
||||
delete_message: Vous êtes sur le point de supprimer
|
||||
cancel: Annuler
|
||||
delete: Supprimer
|
||||
proceed_confirm: Voulez-vous poursuivre ?
|
||||
start_upload: Lancer le transfert
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
direct: Direct
|
||||
private: Privé
|
||||
public: Public
|
||||
unlisted: Non listé
|
||||
public: Public
|
||||
private: Privé
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Veuillez cliquer sur « Obtenir un code d’autorisation » afin d’obtenir un code d’autorisation. Puis copiez/collez-le dans le champ.
|
||||
authorization_get: Obtenir un code d’autorisation
|
||||
error:
|
||||
general: Quelque chose s’est mal déroulé !
|
||||
instance:
|
||||
mastodon_only: Ceci n’est pas une instance Mastodon valide !
|
||||
mastodon_client_id: Quelque chose s’est mal déroulé lors de la récupération de l’ID du client !
|
||||
mastodon_oauth_url: Quelque chose s’est mal déroulé lors de l’obtention de l’URL de l’autorisation !
|
||||
mastodon_token: Quelque chose s’est mal déroulé lors de l’obtention du jeton !
|
||||
mastodon_account: Quelque chose s’est mal déroulé lors de la récupération du compte !
|
||||
mastodon_account_already_used: Ce compte est déjà géré par quelqu’un d’autre !
|
||||
page:
|
||||
index:
|
||||
about: FediPlan est une application libre et Open Source (<a href="https://framagit.org/tom79/fediplan" target="_blank">code source</a>) développée afin de pouvoir planifier la publication vos messages <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> ou <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: <b>Elle ne conserve aucune de vos données</b> (jetons ou messages), c’est pourquoi vous aurez besoin de créer un nouveau jeton une fois votre session est expirée.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan permet aux utilisateur·rice·s de planifier la publication des messages Mastodon et Pleroma (avec médias comme pièces jointes).<br/> La date de planification doit être d’au moins 5 minutes à l’avance. Vous pouvez planifier jusqu’à 300 messages à la fois. Seuls 50 messages par jour peuvent être planifiés pour publication.
|
||||
data: 'FediPlan ne conserve pas vos messages planifiés ni vos identifiants. Il utilise uniquement l’API de Mastodon pour <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">la planification des messages</a>'
|
||||
issues: Vous pouvez signaler des problèmes rencontrés ou demander des améliorations sur <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> ou <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
||||
|
|
61
translations/fediplan.he.yaml
Normal file
61
translations/fediplan.he.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.hu.yaml
Normal file
61
translations/fediplan.hu.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.it.yaml
Normal file
61
translations/fediplan.it.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.ja.yaml
Normal file
61
translations/fediplan.ja.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.ko.yaml
Normal file
61
translations/fediplan.ko.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.nl.yaml
Normal file
61
translations/fediplan.nl.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.no.yaml
Normal file
61
translations/fediplan.no.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.pl.yaml
Normal file
61
translations/fediplan.pl.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.pt.yaml
Normal file
61
translations/fediplan.pt.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.ro.yaml
Normal file
61
translations/fediplan.ro.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.ru.yaml
Normal file
61
translations/fediplan.ru.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.sr.yaml
Normal file
61
translations/fediplan.sr.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.sv.yaml
Normal file
61
translations/fediplan.sv.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.tr.yaml
Normal file
61
translations/fediplan.tr.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.uk.yaml
Normal file
61
translations/fediplan.uk.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.vi.yaml
Normal file
61
translations/fediplan.vi.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
61
translations/fediplan.zh.yaml
Normal file
61
translations/fediplan.zh.yaml
Normal file
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
common:
|
||||
next: Next
|
||||
previous: Previous
|
||||
accounts: Accounts
|
||||
login: Login
|
||||
schedule: Schedule
|
||||
scheduled: Scheduled
|
||||
logout: Logout
|
||||
about: About
|
||||
support_my_work: Support my work
|
||||
about_fediplan: Safely schedule messages with Mastodon and Pleroma
|
||||
source_code: Source code
|
||||
no_results_found: No results found!
|
||||
confirm_delete: Confirm Delete
|
||||
delete_message: You are about to delete
|
||||
cancel: Cancel
|
||||
delete: Delete
|
||||
proceed_confirm: Do you want to proceed?
|
||||
start_upload: Start upload
|
||||
counter: Counter
|
||||
status:
|
||||
visibility:
|
||||
public: Public
|
||||
unlisted: Unlisted
|
||||
private: Private
|
||||
direct: Direct
|
||||
messages:
|
||||
login_authorization: Please, click on "Get an authorization code" to get you authorization code. Then copy/paste in the field.
|
||||
authorization_get: Get an authorization code
|
||||
error:
|
||||
general: Something went wrong!
|
||||
instance:
|
||||
mastodon_only: This is not a valid Mastodon instance!
|
||||
mastodon_client_id: Something went wrong when retrieving the client id!
|
||||
mastodon_oauth_url: Something went wrong when getting the authorization URL!
|
||||
mastodon_token: Something went wrong when getting the token!
|
||||
mastodon_account: Something went wrong when retrieving the account!
|
||||
mastodon_account_already_used: This account is already managed by someone else!
|
||||
page:
|
||||
index:
|
||||
about: FediPlan is an open source application (<a href="https://framagit.org/tom79/fediplan" target="_blank">source code</a>) built for scheduling your messages with <a href="https://joinmastodon.org/" target="_blank">Mastodon</a> or <a href="https://pleroma.social/" target="_blank">Pleroma</a> (2.7+).
|
||||
data: It <b>does not store any data</b> (token or messages), that is why you need to create a new Token when your session expired.
|
||||
form:
|
||||
code: Your authorization code
|
||||
instance: Your instance
|
||||
about:
|
||||
scheduling: FediPlan allows users to schedule messages for Mastodon and Pleroma (with media attachments).<br/> The scheduled date must be at least 5 minutes into the future. At most, 300 messages can be scheduled at the same time. Only 50 messages can be scheduled for any given day.
|
||||
data: 'FediPlan does not store your scheduled messages nor your credentials. It only uses the Mastodon API for <a href="https://docs.joinmastodon.org/api/rest/statuses/#scheduled-status" target="_blank">scheduling messages</a>'
|
||||
issues: You can report issues or ask improvements on <a href="https://github.com/stom79/FediPlan/issues" target="_blank">Github</a> or <a href="https://framagit.org/tom79/fediplan/issues" target="_blank">Framagit</a>.
|
||||
schedule:
|
||||
form:
|
||||
content_warning: Content warning
|
||||
content: Content
|
||||
visibility: Visibility
|
||||
timeZone: Timezone
|
||||
sensitive: Sensitive
|
||||
scheduled_at: Scheduled at
|
||||
send: Send
|
||||
add_files: Add files...
|
||||
|
Loading…
Add table
Reference in a new issue