diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-21 12:57:54 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-22 12:02:48 -0700 |
commit | 0d2ec0802d7974c2c8b580d9ea2cce267e5f750e (patch) | |
tree | c4b0dd5baea285ff203455caf88ce663fce24868 /translations/subsurface_en_US.ts | |
parent | cee698940907464c2c41b3504a261e93a86b586d (diff) | |
download | subsurface-0d2ec0802d7974c2c8b580d9ea2cce267e5f750e.tar.gz |
translations: update en_US plural 'translation'
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations/subsurface_en_US.ts')
-rw-r--r-- | translations/subsurface_en_US.ts | 186 |
1 files changed, 117 insertions, 69 deletions
diff --git a/translations/subsurface_en_US.ts b/translations/subsurface_en_US.ts index ab5bb23e2..24e928d61 100644 --- a/translations/subsurface_en_US.ts +++ b/translations/subsurface_en_US.ts @@ -1,96 +1,142 @@ -<?xml version="1.0" ?><!DOCTYPE TS><TS language="en_US" version="2.1"> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="en_US"> <context> <name>AddWeight</name> <message numerus="yes"> - <location filename="../commands/command_edit.cpp" line="993"/> + <location filename="../commands/command_edit.cpp" line="974"/> <source>Add weight (%n dive(s))</source> <translation> - <numerusform>Add weight (%1 dive)</numerusform> - <numerusform>Add weight (%1 dives)</numerusform> + <numerusform>Add weight (%n dive)</numerusform> + <numerusform>Add weight (%n dives)</numerusform> </translation> </message> </context> <context> - <name>AddDivesToTrip</name> - <message numerus="yes"> - <location filename="../desktop-widgets/command_divelist.cpp" line="700"/> - <source>add %n dives to trip</source> - <translation><numerusform>add %n dive to trip</numerusform><numerusform>add %n dives to trip</numerusform></translation> - </message> -</context> -<context> <name>CheckCloudConnection</name> <message numerus="yes"> <location filename="../core/checkcloudconnection.cpp" line="58"/> - <source>Waiting for cloud connetion (%n second(s) passed)</source> - <translation><numerusform>Waiting for cloud connetion (%n second passed)</numerusform><numerusform>Waiting for cloud connetion (%n seconds passed)</numerusform></translation> + <source>Waiting for cloud connection (%n second(s) passed)</source> + <translation> + <numerusform>Waiting for cloud connection (%n second passed)</numerusform> + <numerusform>Waiting for cloud connection (%n seconds passed)</numerusform> + </translation> </message> </context> <context> <name>Command</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_edit.cpp" line="77"/> + <location filename="../commands/command_edit.cpp" line="97"/> <source>Edit %1 (%n dive(s))</source> - <extracomment>remove the part in parentheses for %n = 1</extracomment> - <translation><numerusform>Edit %1 (%n dive)</numerusform><numerusform>Edit %1 (%n dives)</numerusform></translation> + <translation> + <numerusform>Edit %1 (%n dive)</numerusform> + <numerusform>Edit %1 (%n dives)</numerusform> + </translation> + </message> +</context> +<context> + <name>Command::AddDivesToTrip</name> + <message numerus="yes"> + <location filename="../commands/command_divelist.cpp" line="709"/> + <source>add %n dives to trip</source> + <translation> + <numerusform>add %n dive to trip</numerusform> + <numerusform>add %n dives to trip</numerusform> + </translation> </message> </context> <context> <name>Command::DeleteDive</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_divelist.cpp" line="558"/> + <location filename="../commands/command_divelist.cpp" line="549"/> <source>delete %n dive(s)</source> - <translation><numerusform>delete %n dive</numerusform><numerusform>delete %n dives</numerusform></translation> + <translation> + <numerusform>delete %n dive</numerusform> + <numerusform>delete %n dives</numerusform> + </translation> </message> </context> <context> <name>Command::DeleteDiveSites</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_divesite.cpp" line="141"/> + <location filename="../commands/command_divesite.cpp" line="136"/> <source>delete %n dive site(s)</source> - <translation><numerusform>delete %n dive site</numerusform><numerusform>delete %n dive sites</numerusform></translation> + <translation> + <numerusform>delete %n dive site</numerusform> + <numerusform>delete %n dive sites</numerusform> + </translation> </message> </context> <context> <name>Command::ImportDives</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_divelist.cpp" line="452"/> + <location filename="../commands/command_divelist.cpp" line="468"/> <source>import %n dive(s) from %1</source> - <translation><numerusform>import %n dive from %1</numerusform><numerusform>import %n dives from %1</numerusform></translation> + <translation> + <numerusform>import %n dive from %1</numerusform> + <numerusform>import %n dives from %1</numerusform> + </translation> </message> </context> <context> - <name>DiveObjectHelper</name> + <name>Command::RemoveDivesFromTrip</name> <message numerus="yes"> - <location filename="../core/subsurface-qt/DiveObjectHelper.cpp" line="336"/> - <source>(%n dive(s))</source> - <translation><numerusform>(%n dive)</numerusform><numerusform>(%n dives)</numerusform></translation> + <location filename="../commands/command_divelist.cpp" line="685"/> + <source>remove %n dive(s) from trip</source> + <translation> + <numerusform>remove %n dive from trip</numerusform> + <numerusform>remove %n dives from trip</numerusform> + </translation> </message> </context> <context> - <name>DiveSiteSortedModel</name> + <name>Command::RenumberDives</name> <message numerus="yes"> - <location filename="../qt-models/divelocationmodel.cpp" line="272"/> - <source>This dive site has %n dive(s). Do you really want to delete it? -</source> - <translation><numerusform>This dive site has %n dive. Do you really want to delete it? -</numerusform><numerusform>This dive site has %n dives. Do you really want to delete it? -</numerusform></translation> + <location filename="../commands/command_divelist.cpp" line="633"/> + <source>renumber %n dive(s)</source> + <translation> + <numerusform>renumber %n dive</numerusform> + <numerusform>renumber %n dives</numerusform> + </translation> + </message> +</context> +<context> + <name>Command::ShiftTime</name> + <message numerus="yes"> + <location filename="../commands/command_divelist.cpp" line="585"/> + <source>shift time of %n dives</source> + <translation> + <numerusform>shift time of %n dive</numerusform> + <numerusform>shift time of %n dives</numerusform> + </translation> + </message> +</context> +<context> + <name>DiveTripModelBase</name> + <message numerus="yes"> + <location filename="../qt-models/divetripmodel.cpp" line="74"/> + <source>(%n dive(s))</source> + <translation> + <numerusform>(%n dive)</numerusform> + <numerusform>(%n dives)</numerusform> + </translation> </message> </context> <context> <name>EditTagsBase</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_edit.cpp" line="513"/> + <location filename="../commands/command_edit.cpp" line="641"/> <source>Edit %1 (%n dive(s))</source> - <extracomment>remove the part in parentheses for %n = 1</extracomment> - <translation><numerusform>Edit %1 (%n dive)</numerusform><numerusform>Edit %1 (%n dives)</numerusform></translation> + <translation> + <numerusform>Edit %1 (%n dive)</numerusform> + <numerusform>Edit %1 (%n dives)</numerusform> + </translation> </message> </context> <context> <name>EditWeight</name> <message numerus="yes"> - <location filename="../commands/command_edit.cpp" line="1108"/> + <location filename="../commands/command_edit.cpp" line="1089"/> <source>Edit weight (%n dive(s))</source> <translation> <numerusform>Edit weight (%n dive)</numerusform> @@ -101,57 +147,59 @@ <context> <name>LocationFilterDelegate</name> <message numerus="yes"> - <location filename="../desktop-widgets/modeldelegates.cpp" line="504"/> + <location filename="../desktop-widgets/modeldelegates.cpp" line="482"/> <source>, %n dive(s) here)</source> - <translation><numerusform>, %n dive here)</numerusform><numerusform>, %n dives here)</numerusform></translation> + <translation> + <numerusform>, %n dive here)</numerusform> + <numerusform>, %n dives here)</numerusform> + </translation> </message> </context> <context> <name>PasteDives</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_edit.cpp" line="733"/> + <location filename="../commands/command_edit.cpp" line="849"/> <source>Paste onto %n dive(s)</source> - <translation><numerusform>Paste onto %n dive</numerusform><numerusform>Paste onto %n dives</numerusform></translation> - </message> -</context> -<context> - <name>RemoveDivesFromTrip</name> - <message numerus="yes"> - <location filename="../desktop-widgets/command_divelist.cpp" line="680"/> - <source>remove %n dive(s) from trip</source> - <translation><numerusform>remove %n dive from trip</numerusform><numerusform>remove %n dives from trip</numerusform></translation> - </message> -</context> -<context> - <name>RenumberDives</name> - <message numerus="yes"> - <location filename="../desktop-widgets/command_divelist.cpp" line="640"/> - <source>renumber %n dive(s)</source> - <translation><numerusform>renumber %n dive</numerusform><numerusform>renumber %n dives</numerusform></translation> + <translation> + <numerusform>Paste onto %n dive</numerusform> + <numerusform>Paste onto %n dives</numerusform> + </translation> </message> </context> <context> - <name>DiveListSortModel</name> + <name>RemoveWeight</name> <message numerus="yes"> - <location filename="../qt-models/divelistmodel.cpp" line="107"/> - <source>(%n dive(s))</source> - <translation><numerusform>(%n dive)</numerusform><numerusform>(%n dives)</numerusform></translation> + <location filename="../commands/command_edit.cpp" line="1059"/> + <source>Remove weight (%n dive(s))</source> + <translation> + <numerusform>Remove weight (%n dive)</numerusform> + <numerusform>Remove weight (%n dives)</numerusform> + </translation> </message> </context> <context> - <name>ShiftTime</name> + <name>TabDiveSite</name> <message numerus="yes"> - <location filename="../desktop-widgets/command_divelist.cpp" line="597"/> - <source>shift time of %n dives</source> - <translation><numerusform>shift time of %n dive</numerusform><numerusform>shift time of %n dives</numerusform></translation> + <location filename="../desktop-widgets/tab-widgets/TabDiveSite.cpp" line="57"/> + <source>This dive site has %n dive(s). Do you really want to delete it? +</source> + <translation> + <numerusform>This dive site has %n dive. Do you really want to delete it? +</numerusform> + <numerusform>This dive site has %n dives. Do you really want to delete it? +</numerusform> + </translation> </message> </context> <context> - <name>QObject</name> + <name>gettextFromC</name> <message numerus="yes"> - <location filename="../core/qthelper.cpp" line="997"/> + <location filename="../core/qthelper.cpp" line="985"/> <source>(%n dive(s))</source> - <translation><numerusform>(%n dive)</numerusform><numerusform>(%n dives)</numerusform></translation> + <translation> + <numerusform>(%n dive)</numerusform> + <numerusform>(%n dives)</numerusform> + </translation> </message> </context> </TS> |