forked from tractorcow/silverstripe-spellcheck
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maxime Rainville
committed
May 17, 2021
1 parent
30896fe
commit 875c4e9
Showing
9 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
fi: | ||
SpellController: | ||
InvalidLocale: 'Ei tuettu kieli' | ||
InvalidRequest: 'Virheellinen pyyntö' | ||
MissingData: 'Raakadataa ei voitu hakea' | ||
MissingProviders: 'Oikolukumoduulia ei ole asennettu' | ||
SecurityDenied: 'Käyttöoikeudet eivät riitä' | ||
SecurityMissing: 'Istuntosi on vanhentunut. Jatkaaksesi, ole hyvä ja lataa sivu uudelleen.' | ||
UnsupportedMethod: '''{method}'' ei ole tuettu' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
id: | ||
SilverStripe\SpellCheck\Handling\SpellController: | ||
SpellController: | ||
InvalidRequest: 'Permintaan tidak valid' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
pl: | ||
SpellController: | ||
InvalidLocale: 'Nieobsługiwane ustawienia regionalne' | ||
InvalidRequest: 'Nieprawidłowe żądanie' | ||
MissingData: 'Nie można uzyskać nieprzetworzonych danych' | ||
MissingProviders: 'Nie zainstalowano modułu sprawdzania pisowni' | ||
SecurityDenied: 'Odmowa uprawnień' | ||
SecurityMissing: 'Twoja sesja wygasła. Odśwież przeglądarkę, aby kontynuować.' | ||
UnsupportedMethod: 'Nieobsługiwana metoda ''{method}''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
sl: | ||
SpellController: | ||
InvalidLocale: 'Lokalizacija ni na voljo' | ||
InvalidRequest: 'Neveljaven zahtevek' | ||
MissingData: 'Neobdelanih podatkov nismo mogli pridobiti' | ||
MissingProviders: 'Črkovalnik ni nameščen' | ||
SecurityDenied: 'Dostop zavrnjen' | ||
SecurityMissing: 'Vaša seja je potekla. Za nadaljevanje onovno naložite stran.' | ||
UnsupportedMethod: 'Metoda ''{method}'' ne obstaja.' |