-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
7 changed files
with
793 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
webgriffe_sylius_akeneo: | ||
ui: | ||
schedule_import: 'Importiertes Programm von Akeneo PIM' | ||
enqueued_success: 'Der Produktimport "{code}" von Akeneo PIM ist korrekt programmiert' | ||
import: 'Import aus Akeneo PIM' | ||
view_import_history: 'Sehen Sie sich den Importverlauf von Akeneo PIM an' | ||
item_import_results: 'Import aus Akeneo PIM' | ||
entity: 'Entität' | ||
identifier: 'Kennung' | ||
successful: 'Erfolgreich' | ||
message: 'Nachricht' | ||
metric_amount_unit: >- | ||
{unit, select, | ||
SQUARE_MILLIMETER {{amount, number} mm²} | ||
SQUARE_CENTIMETER {{amount, number} cm²} | ||
SQUARE_DECIMETER {{amount, number} dm²} | ||
SQUARE_METER {{amount, number} m²} | ||
CENTIARE {{amount, number} ca} | ||
SQUARE_DEKAMETER {{amount, number} dam²} | ||
SQUARE_MILLIMETER {{amount, number} mm²} | ||
ARE {{amount, number} a} | ||
SQUARE_HECTOMETER {{amount, number} hm²} | ||
HECTARE {{amount, number} ha} | ||
SQUARE_KILOMETER {{amount, number} km²} | ||
SQUARE_MIL {{amount, number} sq mil} | ||
SQUARE_INCH {{amount, number} in²} | ||
SQUARE_FOOT {{amount, number} ft²} | ||
SQUARE_YARD {{amount, number} yd²} | ||
ARPENT {{amount, number} arpent} | ||
ACRE {{amount, number} a} | ||
SQUARE_FURLONG {{amount, number} fur²} | ||
SQUARE_MILE {{amount, number} mi²} | ||
BIT {{amount, number} b} | ||
BYTE {{amount, number} B} | ||
KILOBYTE {{amount, number} kB} | ||
MEGABYTE {{amount, number} MB} | ||
GIGABYTE {{amount, number} GB} | ||
TERABYTE {{amount, number} TB} | ||
DECIBEL {{amount, number} dB} | ||
HERTZ {{amount, number} Hz} | ||
KILOHERTZ {{amount, number} kHz} | ||
MEGAHERTZ {{amount, number} MHz} | ||
GIGAHERTZ {{amount, number} GHz} | ||
TERAHERTZ {{amount, number} THz} | ||
MILLIMETER {{amount, number} mm} | ||
CENTIMETER {{amount, number} cm} | ||
DECIMETER {{amount, number} dm} | ||
METER {{amount, number} m} | ||
DEKAMETER {{amount, number} dam} | ||
HECTOMETER {{amount, number} hm} | ||
KILOMETER {{amount, number} km} | ||
MIL {{amount, number} mil} | ||
INCH {{amount, number} in} | ||
FEET {{amount, number} ft} | ||
YARD {{amount, number} yd} | ||
CHAIN {{amount, number} ch} | ||
FURLONG {{amount, number} fur} | ||
MILE {{amount, number} mi} | ||
WATT {{amount, number} W} | ||
KILOWATT {{amount, number} kW} | ||
MEGAWATT {{amount, number} MW} | ||
GIGAWATT {{amount, number} GW} | ||
TERAWATT {{amount, number} TW} | ||
MILLIVOLT {{amount, number} mV} | ||
CENTIVOLT {{amount, number} cV} | ||
DECIVOLT {{amount, number} dV} | ||
VOLT {{amount, number} V} | ||
DEKAVOLT {{amount, number} daV} | ||
HECTOVOLT {{amount, number} hV} | ||
KILOVOLT {{amount, number} kV} | ||
MILLIAMPERE {{amount, number} mA} | ||
CENTIAMPERE {{amount, number} cA} | ||
DECIAMPERE {{amount, number} dA} | ||
AMPERE {{amount, number} A} | ||
DEKAMPERE {{amount, number} daA} | ||
HECTOAMPERE {{amount, number} hA} | ||
KILOAMPERE {{amount, number} kA} | ||
MILLIOHM {{amount, number} mΩ} | ||
CENTIOHM {{amount, number} cΩ} | ||
DECIOHM {{amount, number} dΩ} | ||
OHM {{amount, number} Ω} | ||
DEKAOHM {{amount, number} daΩ} | ||
HECTOHM {{amount, number} hΩ} | ||
KILOHM {{amount, number} kΩ} | ||
MEGOHM {{amount, number} MΩ} | ||
METER_PER_SECOND {{amount, number} m/s} | ||
METER_PER_MINUTE {{amount, number} m/mn} | ||
METER_PER_HOUR {{amount, number} m/h} | ||
KILOMETER_PER_HOUR {{amount, number} km/h} | ||
FOOT_PER_SECOND {{amount, number} ft/s} | ||
FOOT_PER_HOUR {{amount, number} ft/h} | ||
YARD_PER_HOUR {{amount, number} yd/h} | ||
MILE_PER_HOUR {{amount, number} mi/h} | ||
MILLIAMPEREHOUR {{amount, number} mAh} | ||
AMPEREHOUR {{amount, number} Ah} | ||
MILLICOULOMB {{amount, number} mC} | ||
CENTICOULOMB {{amount, number} cC} | ||
DECICOULOMB {{amount, number} dC} | ||
COULOMB {{amount, number} C} | ||
DEKACOULOMB {{amount, number} daC} | ||
HECTOCOULOMB {{amount, number} hC} | ||
KILOCOULOMB {{amount, number} kC} | ||
MILLISECOND {{amount, number} ms} | ||
SECOND {{amount, number} s} | ||
MINUTE {{amount, number} m} | ||
HOUR {{amount, number} h} | ||
DAY {{amount, number} d} | ||
WEEK {{amount, number} week} | ||
MONTH {{amount, number} month} | ||
YEAR {{amount, number} year} | ||
CELSIUS {{amount, number}°C} | ||
FAHRENHEIT {{amount, number}°F} | ||
KELVIN {{amount, number}°K} | ||
RANKINE {{amount, number}°R} | ||
REAUMUR {{amount, number}°r} | ||
CUBIC_MILLIMETER {{amount, number} mm³} | ||
CUBIC_CENTIMETER {{amount, number} cm³} | ||
MILLILITER {{amount, number} ml} | ||
CENTILITER {{amount, number} cl} | ||
DECILITER {{amount, number} dl} | ||
CUBIC_DECIMETER {{amount, number} dm³} | ||
LITER {{amount, number} l} | ||
CUBIC_METER {{amount, number} m³} | ||
OUNCE {{amount, number} oz} | ||
PINT {{amount, number} pt} | ||
BARREL {{amount, number} bbl} | ||
GALLON {{amount, number} gal} | ||
CUBIC_FOOT {{amount, number} ft³} | ||
CUBIC_INCH {{amount, number} in³} | ||
CUBIC_YARD {{amount, number} yd³} | ||
MILLIGRAM {{amount, number} mg} | ||
GRAM {{amount, number} g} | ||
KILOGRAM {{amount, number} kg} | ||
TON {{amount, number} t} | ||
GRAIN {{amount, number} gr} | ||
DENIER {{amount, number} denier} | ||
ONCE {{amount, number} once} | ||
MARC {{amount, number} marc} | ||
LIVRE {{amount, number} livre} | ||
OUNCE {{amount, number} oz} | ||
POUND {{amount, number} lb} | ||
BAR {{amount, number} Bar} | ||
PASCAL {{amount, number} Pa} | ||
HECTOPASCAL {{amount, number} hPa} | ||
MILLIBAR {{amount, number} mBar} | ||
ATM {{amount, number} atm} | ||
PSI {{amount, number} PSI} | ||
TORR {{amount, number} Torr} | ||
MMHG {{amount, number} mmHg} | ||
JOULE {{amount, number} J} | ||
CALORIE {{amount, number} cal} | ||
KILOCALORIE {{amount, number} kcal} | ||
KILOJOULE {{amount, number} kJ} | ||
PIECE {{amount, number} Pc} | ||
DOZEN {{amount, number} Dz} | ||
LUMEN {{amount, number} lm} | ||
NIT {{amount, number} nits} | ||
other {{amount, number} {unit}} | ||
} |
Oops, something went wrong.