Merge translate with master
This commit is contained in:
commit
d223515d19
|
@ -1,4 +1,5 @@
|
||||||
# Raspberry Teams - The Simple Staff Application Manager v 0.5.2
|
|
||||||
|
# Raspberry Teams - The Simple Staff Application Manager v 0.1.0 [![Crowdin](https://badges.crowdin.net/raspberry-staff-manager/localized.svg)](https://crowdin.com/project/raspberry-staff-manager)
|
||||||
## The quick and pain-free staff application manager
|
## The quick and pain-free staff application manager
|
||||||
|
|
||||||
Have you ever gotten tired of managing your Minecraft server/network's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username?
|
Have you ever gotten tired of managing your Minecraft server/network's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username?
|
||||||
|
|
|
@ -106,11 +106,11 @@ return [
|
||||||
'txt_application' => 'Application',
|
'txt_application' => 'Application',
|
||||||
'application_closed' => 'Applications Closed',
|
'application_closed' => 'Applications Closed',
|
||||||
'application_closed_intro' => 'Hello there!',
|
'application_closed_intro' => 'Hello there!',
|
||||||
'application_closed_intro_line2' => <<<EOT
|
'application_closed_intro_line2' => '
|
||||||
We are currently not hiring any new staff members at the moment. If you'd like to apply, check out our Discord's
|
We are currently not hiring any new staff members at the moment. If you\'d like to apply, check out our Discord\'s
|
||||||
announcement channel for news when a new position opens.
|
announcement channel for news when a new position opens.
|
||||||
Our application cycle usually lasts two weeks, so if you're seeing this, it's because it finished, and new one will begin soon.
|
Our application cycle usually lasts two weeks, so if you\'re seeing this, it\'s because it finished, and new one will begin soon.
|
||||||
EOT,
|
',
|
||||||
'where_work' => 'Where you\'ll work',
|
'where_work' => 'Where you\'ll work',
|
||||||
'join_team' => 'Join The Team',
|
'join_team' => 'Join The Team',
|
||||||
'join_team_cta' => 'Join the team today and help out network grow and prosper!',
|
'join_team_cta' => 'Join the team today and help out network grow and prosper!',
|
||||||
|
@ -272,10 +272,10 @@ EOT,
|
||||||
'banned' => 'Banned',
|
'banned' => 'Banned',
|
||||||
'active' => 'Active',
|
'active' => 'Active',
|
||||||
'no_reg' => 'There are no registered players!',
|
'no_reg' => 'There are no registered players!',
|
||||||
'no_reg_exp' => <<<EOT
|
'no_reg_exp' => "
|
||||||
Registered players are those without a staff role in the team management application.
|
Registered players are those without a staff role in the team management application.
|
||||||
There may be other users registered in the platform, but they won't be displayed here.
|
There may be other users registered in the platform, but they won't be displayed here.
|
||||||
EOT,
|
",
|
||||||
'see_staff' => 'See Staff Members'
|
'see_staff' => 'See Staff Members'
|
||||||
|
|
||||||
],
|
],
|
||||||
|
@ -284,11 +284,11 @@ EOT,
|
||||||
|
|
||||||
'application_form' => 'Application Form',
|
'application_form' => 'Application Form',
|
||||||
'select_form' => 'Select a form...',
|
'select_form' => 'Select a form...',
|
||||||
'no_form_error' => <<<EOT
|
'no_form_error' => "
|
||||||
You cannot create a vacancy without any forms with which people would apply.
|
You cannot create a vacancy without any forms with which people would apply.
|
||||||
create a form first, then, create a vacancy.
|
create a form first, then, create a vacancy.
|
||||||
A single form is allowed to have multiple vacancies, so you can attach future vacancies to the same form if you'd like.
|
A single form is allowed to have multiple vacancies, so you can attach future vacancies to the same form if you'd like.
|
||||||
EOT,
|
",
|
||||||
'new_pos' => 'NEW POSITION',
|
'new_pos' => 'NEW POSITION',
|
||||||
'empty_pos_warning' => 'Nothing to see here! Open some vacancies first. This will get applicants pouring in! (hopefully)',
|
'empty_pos_warning' => 'Nothing to see here! Open some vacancies first. This will get applicants pouring in! (hopefully)',
|
||||||
'manage_forms' => 'MANAGE APPLICATION FORMS',
|
'manage_forms' => 'MANAGE APPLICATION FORMS',
|
||||||
|
|
Loading…
Reference in New Issue