-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
14 changed files
with
189 additions
and
0 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
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,155 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="calculator">Laskin</string> | ||
<string name="storage">Tallennustila</string> | ||
<string name="area">Pinta-ala</string> | ||
<string name="speed">Nopeus</string> | ||
<string name="value">Arvo</string> | ||
<string name="unit">Yksikkö</string> | ||
<string name="square_meter">Neliömetri</string> | ||
<string name="square_kilometer">Neliökilometri</string> | ||
<string name="hectare">Hehtaari</string> | ||
<string name="acre">Eekkeri</string> | ||
<string name="square_foot">Neliöjalka</string> | ||
<string name="megabyte">Meegatavu</string> | ||
<string name="terabyte">Teratavu</string> | ||
<string name="petabyte">Petatavu</string> | ||
<string name="exabyte">Exatavu</string> | ||
<string name="kilometer">Kilometri</string> | ||
<string name="centimeter">Senttimetri</string> | ||
<string name="millimeter">Millimetri</string> | ||
<string name="mile">Maili</string> | ||
<string name="yard">Jaardi</string> | ||
<string name="foot">Jalka</string> | ||
<string name="kilogram">Kilogramma</string> | ||
<string name="gram">Gramma</string> | ||
<string name="tonne">Tonni</string> | ||
<string name="pound">Naula</string> | ||
<string name="ounce">Unssi</string> | ||
<string name="kilometer_per_hour">Kilometriä tunnissa</string> | ||
<string name="mile_per_hour">Mailia tunnissa</string> | ||
<string name="knot">Solmu</string> | ||
<string name="liter">Litra</string> | ||
<string name="kiloliter">Kilolitra</string> | ||
<string name="cubic_meter">Kuutiometri</string> | ||
<string name="cubic_decimeter">Kuutiodesimetri</string> | ||
<string name="gallon">Gallona</string> | ||
<string name="pint">Pint</string> | ||
<string name="fluid_ounce">Nesteunssi</string> | ||
<string name="tablespoon">Ruokalusikallinen</string> | ||
<string name="teaspoon">Teelusikallinen</string> | ||
<string name="kelvin">Kelvin</string> | ||
<string name="converter">Yksikönmuunnin</string> | ||
<string name="numbers">Numerot :</string> | ||
<string name="fractions">Murtoluvut :</string> | ||
<string name="fahrenheit">Fahrenheit</string> | ||
<string name="celsius">Celsius</string> | ||
<string name="common_symbols">Yleiset symbolit :</string> | ||
<string name="english_uppercase">Englantilaiset suuraakkoset :</string> | ||
<string name="english_lowercase">Englantilaiset pienaakkoset :</string> | ||
<string name="arrows">Nuolet :</string> | ||
<string name="backspace">Askelpalautin</string> | ||
<string name="frequency">Taajuus</string> | ||
<string name="length">Pituus</string> | ||
<string name="mass">Massa</string> | ||
<string name="volume">Tilavuus</string> | ||
<string name="square_centimeter">Neliösenttimetri</string> | ||
<string name="square_millimeter">Neliömillimetri</string> | ||
<string name="square_yard">Neliöjaardi</string> | ||
<string name="bit">Bitti</string> | ||
<string name="_byte">Tavu</string> | ||
<string name="kilobyte">Kilotavu</string> | ||
<string name="gigabyte">Gigatavu</string> | ||
<string name="hertz">Hertsi</string> | ||
<string name="kilohertz">Kilohertsi</string> | ||
<string name="megahertz">Megahertsi</string> | ||
<string name="gigahertz">Gigahertsi</string> | ||
<string name="meter">Metri</string> | ||
<string name="nautical_mile">Meripeninkulma</string> | ||
<string name="inch">Tuuma</string> | ||
<string name="milligram">Milligramma</string> | ||
<string name="meter_per_second">Metriä sekunnissa</string> | ||
<string name="feet_per_second">Jalkaa sekunnissa</string> | ||
<string name="milliliter">Millilitra</string> | ||
<string name="cubic_centimeter">Kuutiosenttimetri</string> | ||
<string name="quart">Neljännesgallona</string> | ||
<string name="superscript">Yläindexi :</string> | ||
<string name="subscript">Alaindexi :</string> | ||
<string name="greek_uppercase">Kreikkalaiset suuraakkoset :</string> | ||
<string name="greek_lowercase">Kreikkalaiset pienaakkoset :</string> | ||
<string name="simple_math">Yksinkertainen matikka :</string> | ||
<string name="degree">Aste</string> | ||
<string name="gradian">Gradiaani</string> | ||
<string name="megawatt">Megawatti</string> | ||
<string name="newton">Newton</string> | ||
<string name="kilonewton">Kilonewton</string> | ||
<string name="week">Viikko</string> | ||
<string name="gallon_us">Gallona (US)</string> | ||
<string name="gallon_uk">Gallona (UK)</string> | ||
<string name="joule">Joule</string> | ||
<string name="kilonewton_meter">Kilonewtonmetri</string> | ||
<string name="kibibyte">Kibitavu</string> | ||
<string name="temperature">Lämpötila</string> | ||
<string name="app_name">CalcYou</string> | ||
<string name="watt">Watti</string> | ||
<string name="barrel">Barreli</string> | ||
<string name="petabit">Petabitti</string> | ||
<string name="carriage_return">Vaununpalautus</string> | ||
<string name="space">Välilyönti</string> | ||
<string name="radian">Radiaani</string> | ||
<string name="character_input">Merkkisyöte</string> | ||
<string name="kilowatt">Kilowatti</string> | ||
<string name="horsepower">Hevosvoima</string> | ||
<string name="btu_per_hour">BTU tunnissa</string> | ||
<string name="pascal_second">Pascal-sekunti</string> | ||
<string name="centipoise">Senttipoisi</string> | ||
<string name="stoke">Stoke</string> | ||
<string name="dyne">Dyne</string> | ||
<string name="second">Sekunti</string> | ||
<string name="minute">Minuutti</string> | ||
<string name="hour">Tunti</string> | ||
<string name="day">Päivä</string> | ||
<string name="kilojoule">Kilojoule</string> | ||
<string name="megajoule">Megajoule</string> | ||
<string name="calorie">Kalori</string> | ||
<string name="kilocalorie">Kilokalori</string> | ||
<string name="newton_meter">Newtonmetri</string> | ||
<string name="kilogram_per_cubic_meter">Kilogrammaa kuutiometriä kohden</string> | ||
<string name="gram_per_cubic_centimeter">Grammaa kuutiosenttimetriä kohden</string> | ||
<string name="pound_per_cubic_foot">Naula kuutiojalkaa kohden</string> | ||
<string name="pound_per_gallon">Naula gallonaa kohden</string> | ||
<string name="pascal">Pascal</string> | ||
<string name="kilopascal">KiloPascal</string> | ||
<string name="megapascal">MegaPascal</string> | ||
<string name="gigapascal">GigaPascal</string> | ||
<string name="bar">Baari</string> | ||
<string name="millibar">Millibaari</string> | ||
<string name="atmosphere">Ilmakehä</string> | ||
<string name="psi">PSI</string> | ||
<string name="lumen">Luumen</string> | ||
<string name="candela">Kandela</string> | ||
<string name="lux">Luksi</string> | ||
<string name="angle">Kulma</string> | ||
<string name="power">Virta</string> | ||
<string name="force">Voima</string> | ||
<string name="energy">Energia</string> | ||
<string name="torque">Vääntö</string> | ||
<string name="density">Tiheys</string> | ||
<string name="time">Aika</string> | ||
<string name="pressure">Paine</string> | ||
<string name="light">Valo</string> | ||
<string name="grams_of_carbohydrate">Grammaa hiilihydraattia</string> | ||
<string name="grams_of_fat">Grammaa rasvaa</string> | ||
<string name="grams_of_protein">Grammaa proteiinia</string> | ||
<string name="copy_text">Kopioi teksti</string> | ||
<string name="mebibyte">Mebitavu</string> | ||
<string name="gigibyte">Gigitavu</string> | ||
<string name="tebibyte">Tebitavu</string> | ||
<string name="pebibyte">Pebitavu</string> | ||
<string name="exbibyte">Exitavu</string> | ||
<string name="kilobit">Kilobitti</string> | ||
<string name="megabit">Megabitti</string> | ||
<string name="gigabit">Gigabitti</string> | ||
<string name="terabit">Terabitti</string> | ||
<string name="exabit">Exabitti</string> | ||
</resources> |
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,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> |
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