Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
fa51a7a4
Commit
fa51a7a4
authored
Mar 24, 2014
by
Jani Mikkonen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update finnish translation
parent
b6b7a8f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
yii.php
framework/messages/fi/yii.php
+13
-1
No files found.
framework/messages/fi/yii.php
View file @
fa51a7a4
...
...
@@ -17,6 +17,18 @@
* NOTE: this file must be saved in UTF-8 encoding.
*/
return
array
(
'in {delta, plural, =1{a day} other{# days}}'
=>
'{delta, plural, =1{päivässä} other{# päivässä}}'
,
'in {delta, plural, =1{a minute} other{# minutes}}'
=>
'{delta, plural, =1{minuutissa} other{# minuutissa}}'
,
'in {delta, plural, =1{a month} other{# months}}'
=>
'{delta, plural, =1{kuukaudessa} other{# kuukaudessa}}'
,
'in {delta, plural, =1{a second} other{# seconds}}'
=>
'{delta, plural, =1{sekunnissa} other{# sekunnissa}}'
,
'in {delta, plural, =1{a year} other{# years}}'
=>
'{delta, plural, =1{vuodessa} other{# vuodessa}}'
,
'in {delta, plural, =1{an hour} other{# hours}}'
=>
'{delta, plural, =1{tunnissa} other{# tunnissa}}'
,
'{delta, plural, =1{a day} other{# days}} ago'
=>
'{delta, plural, =1{päivä} other{# päivää}} sitten'
,
'{delta, plural, =1{a minute} other{# minutes}} ago'
=>
'{delta, plural, =1{minuutti} other{# minuuttia}} sitten'
,
'{delta, plural, =1{a month} other{# months}} ago'
=>
'{delta, plural, =1{kuukausi} other{# kuukautta}} sitten'
,
'{delta, plural, =1{a second} other{# seconds}} ago'
=>
'{delta, plural, =1{sekunti} other{# sekuntia}} sitten'
,
'{delta, plural, =1{a year} other{# years}} ago'
=>
'{delta, plural, =1{vuosi} other{# vuotta}} sitten'
,
'{delta, plural, =1{an hour} other{# hours}} ago'
=>
'{delta, plural, =1{tunti} other{# tuntia}} sitten'
,
'(not set)'
=>
'(ei asetettu)'
,
'An internal server error occurred.'
=>
'Sisäinen palvelinvirhe.'
,
'Are you sure you want to delete this item?'
=>
'Haluatko varmasti poistaa tämän?'
,
...
...
@@ -32,8 +44,8 @@ return array (
'No help for unknown command "{command}".'
=>
'Ei ohjetta tuntemattomalle komennolle "{command}".'
,
'No help for unknown sub-command "{command}".'
=>
'Ei ohjetta tuntemattomalle alikomennolle "{command}".'
,
'No results found.'
=>
'Ei tuloksia.'
,
'Only files with these extensions are allowed: {extensions}.'
=>
'Sallittuja ovat vain tiedostot, joiden tiedostopääte on: {extensions}.'
,
'Only files with these MIME types are allowed: {mimeTypes}.'
=>
'Sallittuja ovat vain tiedostot, joiden MIME-tyyppi on: {mimeTypes}.'
,
'Only files with these extensions are allowed: {extensions}.'
=>
'Sallittuja ovat vain tiedostot, joiden tiedostopääte on: {extensions}.'
,
'Page not found.'
=>
'Sivua ei löytynyt.'
,
'Please fix the following errors:'
=>
'Korjaa seuraavat virheet:'
,
'Please upload a file.'
=>
'Lähetä tiedosto.'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment