Pontoon: Update Punjabi (pa-IN) localization of Firefox Send
Localization authors: - Aman Alam <amanpreet.alam@gmail.com>
This commit is contained in:
parent
eb4a2c9f02
commit
0e4b9f425f
@ -40,6 +40,68 @@ enableJavascript = ਜਾਵਾ-ਸਕ੍ਰਿਪਟ ਸਮਰੱਥ ਕਰੋ
|
|||||||
expiresHoursMinutes = { $hours }ਘੰ { $minutes }ਮਿੰ
|
expiresHoursMinutes = { $hours }ਘੰ { $minutes }ਮਿੰ
|
||||||
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
||||||
expiresMinutes = { $minutes }ਮਿੰ
|
expiresMinutes = { $minutes }ਮਿੰ
|
||||||
|
# A short status message shown when the user enters a long password
|
||||||
|
maxPasswordLength = ਵੱਧ ਤੋਂ ਵੱਧ ਪਾਸਵਰਡ ਦੀ ਲੰਬਾਈ: { $length }
|
||||||
|
# A short status message shown when there was an error setting the password
|
||||||
|
passwordSetError = ਇਹ ਪਾਸਵਰਡ ਸੈੱਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ
|
||||||
|
|
||||||
## Send version 2 strings
|
## Send version 2 strings
|
||||||
|
|
||||||
|
# Firefox Send, Send, Firefox, Mozilla are proper names and should not be localized
|
||||||
|
-send-brand = Firefox Send
|
||||||
|
-send-short-brand = ਭੇਜੋ
|
||||||
|
-firefox = ਫਾਇਰਫਾਕਸ
|
||||||
|
-mozilla = ਮੋਜ਼ੀਲਾ
|
||||||
|
introTitle = ਸੌਖਾ, ਪ੍ਰਾਈਵੇਟ ਫਾਇਲ ਸਾਂਝਾ ਕਰਨਾ
|
||||||
|
timespanMinutes =
|
||||||
|
{ $num ->
|
||||||
|
[one] 1 ਮਿੰਟ
|
||||||
|
*[other] { $num } ਮਿੰਟ
|
||||||
|
}
|
||||||
|
timespanDays =
|
||||||
|
{ $num ->
|
||||||
|
[one] 1 ਦਿਨ
|
||||||
|
*[other] { $num } ਦਿਨ
|
||||||
|
}
|
||||||
|
timespanWeeks =
|
||||||
|
{ $num ->
|
||||||
|
[one] 1 ਹਫ਼ਤਾ
|
||||||
|
*[other] { $num } ਹਫ਼ਤੇ
|
||||||
|
}
|
||||||
|
fileCount =
|
||||||
|
{ $num ->
|
||||||
|
[one] 1 ਫ਼ਾਇਲ
|
||||||
|
*[other] { $num } ਫ਼ਾਇਲ
|
||||||
|
}
|
||||||
|
# byte abbreviation
|
||||||
|
bytes = ਬਾਈਟ
|
||||||
|
# kibibyte abbreviation
|
||||||
|
kb = ਕਿਲੋਬਾਈਟ
|
||||||
|
# mebibyte abbreviation
|
||||||
|
mb = ਮੈਗਾਬਾਈਟ
|
||||||
|
# gibibyte abbreviation
|
||||||
|
gb = ਗੀਗਾਬਾਈਟ
|
||||||
|
# localized number and byte abbreviation. example "2.5MB"
|
||||||
|
fileSize = { $num }{ $units }
|
||||||
|
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
|
||||||
|
totalSize = ਕੁੱਲ ਆਕਾਰ: { $size }
|
||||||
|
# the next line after the colon contains a file name
|
||||||
|
copyLinkDescription = ਆਪਣੀ ਫਾਇਲ ਸਾਂਝਾ ਕਰਨ ਲਈ ਲਿੰਕ ਨੂੰ ਕਾਪੀ ਕਰੋ:
|
||||||
|
copyLinkButton = ਲਿੰਕ ਕਾਪੀ ਕਰੋ
|
||||||
|
downloadTitle = ਫਾਇਲਾਂ ਡਾਊਨਲੋਡ ਕਰੋ
|
||||||
|
addFilesButton = ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਅੱਪਲੋਡ ਕਰੋ
|
||||||
|
uploadButton = ਅੱਪਲੋਡ ਕਰੋ
|
||||||
|
# the first part of the string 'Drag and drop files or click to send up to 1GB'
|
||||||
|
dragAndDropFiles = ਫਾਇਲਾਂ ਖਿੱਚੋ ਅਤੇ ਸੁੱਟੋ
|
||||||
|
# the second part of the string 'Drag and drop files or click to send up to 1GB'
|
||||||
|
# $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
|
||||||
|
orClickWithSize = ਜਾਂ { $size } ਤੱਕ ਭੇਜਣ ਲਈ ਕਲਿੱਕ ਕਰੋ
|
||||||
|
addPassword = ਪਾਸਵਰਡ ਨਾਲ ਸੁਰੱਖਿਅਤ ਕਰੋ
|
||||||
|
emailPlaceholder = ਆਪਣੀ ਈਮੇਲ ਦਿਓ
|
||||||
|
signInOnlyButton = ਸਾਇਨ ਇਨ
|
||||||
|
accountBenefitTitle = { -firefox } ਖਾਤਾ ਬਣਾਓ ਜਾਂ ਸਾਇਨ ਕਰੋ
|
||||||
|
signOut = ਸਾਈਨ ਆਉਟ
|
||||||
|
okButton = ਠੀਕ ਹੈ
|
||||||
|
downloadingTitle = ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ
|
||||||
|
noStreamsOptionDownload = ਇਸ ਬਰਾਊਜ਼ਰ ਨਾਲ ਜਾਰੀ ਰੱਖੋ
|
||||||
|
shareLinkButton = ਲਿੰਕ ਸਾਂਝਾ ਕਰੋ
|
||||||
|
Loading…
Reference in New Issue
Block a user